pub struct TeamIcon {
pub image_102: Option<String>,
pub image_132: Option<String>,
pub image_34: Option<String>,
pub image_44: Option<String>,
pub image_68: Option<String>,
pub image_88: Option<String>,
pub image_default: Option<bool>,
}Fields§
§image_102: Option<String>§image_132: Option<String>§image_34: Option<String>§image_44: Option<String>§image_68: Option<String>§image_88: Option<String>§image_default: Option<bool>Trait Implementations§
Source§impl<'de> Deserialize<'de> for TeamIcon
impl<'de> Deserialize<'de> for TeamIcon
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<TeamIcon, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<TeamIcon, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for TeamIcon
impl RefUnwindSafe for TeamIcon
impl Send for TeamIcon
impl Sync for TeamIcon
impl Unpin for TeamIcon
impl UnsafeUnpin for TeamIcon
impl UnwindSafe for TeamIcon
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