pub struct GetContentSettings {}Expand description
Generated from:
account.getContentSettings#8b9b4dae = account.ContentSettingsTrait Implementations§
Source§impl Clone for GetContentSettings
impl Clone for GetContentSettings
Source§fn clone(&self) -> GetContentSettings
fn clone(&self) -> GetContentSettings
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 GetContentSettings
impl Debug for GetContentSettings
Source§impl Identifiable for GetContentSettings
impl Identifiable for GetContentSettings
Source§const CONSTRUCTOR_ID: u32 = 0x8b9b4dae
const CONSTRUCTOR_ID: u32 = 0x8b9b4dae
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetContentSettings
impl PartialEq for GetContentSettings
Source§impl RemoteCall for GetContentSettings
impl RemoteCall for GetContentSettings
Source§type Return = ContentSettings
type Return = ContentSettings
The deserialized response type.
Source§impl Serializable for GetContentSettings
impl Serializable for GetContentSettings
impl StructuralPartialEq for GetContentSettings
Auto Trait Implementations§
impl Freeze for GetContentSettings
impl RefUnwindSafe for GetContentSettings
impl Send for GetContentSettings
impl Sync for GetContentSettings
impl Unpin for GetContentSettings
impl UnsafeUnpin for GetContentSettings
impl UnwindSafe for GetContentSettings
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