pub struct SetContentSettings {
pub sensitive_enabled: bool,
}Expand description
Generated from:
account.setContentSettings#b574b16b flags:# sensitive_enabled:flags.0?true = BoolFields§
§sensitive_enabled: boolTrait Implementations§
Source§impl Clone for SetContentSettings
impl Clone for SetContentSettings
Source§fn clone(&self) -> SetContentSettings
fn clone(&self) -> SetContentSettings
Returns a duplicate 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 SetContentSettings
impl Debug for SetContentSettings
Source§impl Identifiable for SetContentSettings
impl Identifiable for SetContentSettings
Source§const CONSTRUCTOR_ID: u32 = 0xb574b16b
const CONSTRUCTOR_ID: u32 = 0xb574b16b
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SetContentSettings
impl PartialEq for SetContentSettings
Source§impl RemoteCall for SetContentSettings
impl RemoteCall for SetContentSettings
Source§impl Serializable for SetContentSettings
impl Serializable for SetContentSettings
impl StructuralPartialEq for SetContentSettings
Auto Trait Implementations§
impl Freeze for SetContentSettings
impl RefUnwindSafe for SetContentSettings
impl Send for SetContentSettings
impl Sync for SetContentSettings
impl Unpin for SetContentSettings
impl UnsafeUnpin for SetContentSettings
impl UnwindSafe for SetContentSettings
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