pub struct GetInactiveChannels {}Expand description
Generated from:
channels.getInactiveChannels#11e831ee = messages.InactiveChatsTrait Implementations§
Source§impl Clone for GetInactiveChannels
impl Clone for GetInactiveChannels
Source§fn clone(&self) -> GetInactiveChannels
fn clone(&self) -> GetInactiveChannels
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 GetInactiveChannels
impl Debug for GetInactiveChannels
Source§impl Identifiable for GetInactiveChannels
impl Identifiable for GetInactiveChannels
Source§const CONSTRUCTOR_ID: u32 = 0x11e831ee
const CONSTRUCTOR_ID: u32 = 0x11e831ee
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetInactiveChannels
impl PartialEq for GetInactiveChannels
Source§impl RemoteCall for GetInactiveChannels
impl RemoteCall for GetInactiveChannels
Source§type Return = InactiveChats
type Return = InactiveChats
The deserialized response type.
Source§impl Serializable for GetInactiveChannels
impl Serializable for GetInactiveChannels
impl StructuralPartialEq for GetInactiveChannels
Auto Trait Implementations§
impl Freeze for GetInactiveChannels
impl RefUnwindSafe for GetInactiveChannels
impl Send for GetInactiveChannels
impl Sync for GetInactiveChannels
impl Unpin for GetInactiveChannels
impl UnsafeUnpin for GetInactiveChannels
impl UnwindSafe for GetInactiveChannels
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