#[non_exhaustive]pub struct ImagePackRoomContent {}
Expand description
Additional metadatas for a enabled room image pack.
Implementations§
Trait Implementations§
Source§impl Clone for ImagePackRoomContent
impl Clone for ImagePackRoomContent
Source§fn clone(&self) -> ImagePackRoomContent
fn clone(&self) -> ImagePackRoomContent
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ImagePackRoomContent
impl Debug for ImagePackRoomContent
Source§impl Default for ImagePackRoomContent
impl Default for ImagePackRoomContent
Source§fn default() -> ImagePackRoomContent
fn default() -> ImagePackRoomContent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ImagePackRoomContent
impl<'de> Deserialize<'de> for ImagePackRoomContent
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ImagePackRoomContent
impl RefUnwindSafe for ImagePackRoomContent
impl Send for ImagePackRoomContent
impl Sync for ImagePackRoomContent
impl Unpin for ImagePackRoomContent
impl UnwindSafe for ImagePackRoomContent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more