pub struct ToggleSignatures {
pub signatures_enabled: bool,
pub profiles_enabled: bool,
pub channel: InputChannel,
}Expand description
Generated from:
channels.toggleSignatures#418d549c flags:# signatures_enabled:flags.0?true profiles_enabled:flags.1?true channel:InputChannel = UpdatesFields§
§signatures_enabled: bool§profiles_enabled: bool§channel: InputChannelTrait Implementations§
Source§impl Clone for ToggleSignatures
impl Clone for ToggleSignatures
Source§fn clone(&self) -> ToggleSignatures
fn clone(&self) -> ToggleSignatures
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 ToggleSignatures
impl Debug for ToggleSignatures
Source§impl Identifiable for ToggleSignatures
impl Identifiable for ToggleSignatures
Source§const CONSTRUCTOR_ID: u32 = 0x418d549c
const CONSTRUCTOR_ID: u32 = 0x418d549c
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ToggleSignatures
impl PartialEq for ToggleSignatures
Source§impl RemoteCall for ToggleSignatures
impl RemoteCall for ToggleSignatures
Source§impl Serializable for ToggleSignatures
impl Serializable for ToggleSignatures
impl StructuralPartialEq for ToggleSignatures
Auto Trait Implementations§
impl Freeze for ToggleSignatures
impl RefUnwindSafe for ToggleSignatures
impl Send for ToggleSignatures
impl Sync for ToggleSignatures
impl Unpin for ToggleSignatures
impl UnsafeUnpin for ToggleSignatures
impl UnwindSafe for ToggleSignatures
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