pub struct ExtSensitiveMediaWarning {
pub adult_content: bool,
pub graphic_violence: bool,
pub other: bool,
}
Fields§
§adult_content: bool
§graphic_violence: bool
§other: bool
Trait Implementations§
Source§impl Debug for ExtSensitiveMediaWarning
impl Debug for ExtSensitiveMediaWarning
Source§impl<'de> Deserialize<'de> for ExtSensitiveMediaWarning
impl<'de> Deserialize<'de> for ExtSensitiveMediaWarning
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 ExtSensitiveMediaWarning
impl RefUnwindSafe for ExtSensitiveMediaWarning
impl Send for ExtSensitiveMediaWarning
impl Sync for ExtSensitiveMediaWarning
impl Unpin for ExtSensitiveMediaWarning
impl UnwindSafe for ExtSensitiveMediaWarning
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