pub struct GetLeftChannels {
pub offset: i32,
}Expand description
Generated from:
channels.getLeftChannels#8341ecc0 offset:int = messages.ChatsFields§
§offset: i32Trait Implementations§
Source§impl Clone for GetLeftChannels
impl Clone for GetLeftChannels
Source§fn clone(&self) -> GetLeftChannels
fn clone(&self) -> GetLeftChannels
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 GetLeftChannels
impl Debug for GetLeftChannels
Source§impl Identifiable for GetLeftChannels
impl Identifiable for GetLeftChannels
Source§const CONSTRUCTOR_ID: u32 = 0x8341ecc0
const CONSTRUCTOR_ID: u32 = 0x8341ecc0
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetLeftChannels
impl PartialEq for GetLeftChannels
Source§impl RemoteCall for GetLeftChannels
impl RemoteCall for GetLeftChannels
Source§impl Serializable for GetLeftChannels
impl Serializable for GetLeftChannels
impl StructuralPartialEq for GetLeftChannels
Auto Trait Implementations§
impl Freeze for GetLeftChannels
impl RefUnwindSafe for GetLeftChannels
impl Send for GetLeftChannels
impl Sync for GetLeftChannels
impl Unpin for GetLeftChannels
impl UnsafeUnpin for GetLeftChannels
impl UnwindSafe for GetLeftChannels
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