pub struct SingleComponentResponseOfDestinyItemComponent {
pub data: Option<DestinyItemComponent>,
pub privacy: ComponentPrivacySetting,
pub disabled: Option<bool>,
}Fields§
§data: Option<DestinyItemComponent>§privacy: ComponentPrivacySetting§disabled: Option<bool>If true, this component is disabled.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SingleComponentResponseOfDestinyItemComponent
impl<'de> Deserialize<'de> for SingleComponentResponseOfDestinyItemComponent
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 SingleComponentResponseOfDestinyItemComponent
impl RefUnwindSafe for SingleComponentResponseOfDestinyItemComponent
impl Send for SingleComponentResponseOfDestinyItemComponent
impl Sync for SingleComponentResponseOfDestinyItemComponent
impl Unpin for SingleComponentResponseOfDestinyItemComponent
impl UnwindSafe for SingleComponentResponseOfDestinyItemComponent
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