pub struct ToggleAutotranslation {
pub channel: InputChannel,
pub enabled: bool,
}Expand description
channels.toggleAutotranslation
Generated from:
channels.toggleAutotranslation#167fc0a1 channel:InputChannel enabled:Bool = UpdatesFields§
§channel: InputChannel§enabled: boolTrait Implementations§
Source§impl Clone for ToggleAutotranslation
impl Clone for ToggleAutotranslation
Source§fn clone(&self) -> ToggleAutotranslation
fn clone(&self) -> ToggleAutotranslation
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 ToggleAutotranslation
impl Debug for ToggleAutotranslation
Source§impl Identifiable for ToggleAutotranslation
impl Identifiable for ToggleAutotranslation
Source§const CONSTRUCTOR_ID: u32 = 0x167fc0a1
const CONSTRUCTOR_ID: u32 = 0x167fc0a1
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ToggleAutotranslation
impl PartialEq for ToggleAutotranslation
Source§impl RemoteCall for ToggleAutotranslation
impl RemoteCall for ToggleAutotranslation
Source§impl Serializable for ToggleAutotranslation
impl Serializable for ToggleAutotranslation
impl StructuralPartialEq for ToggleAutotranslation
Auto Trait Implementations§
impl Freeze for ToggleAutotranslation
impl RefUnwindSafe for ToggleAutotranslation
impl Send for ToggleAutotranslation
impl Sync for ToggleAutotranslation
impl Unpin for ToggleAutotranslation
impl UnsafeUnpin for ToggleAutotranslation
impl UnwindSafe for ToggleAutotranslation
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