pub struct GetChannels {
pub id: Vec<InputChannel>,
}Expand description
Generated from:
channels.getChannels#a7f6bbb id:Vector<InputChannel> = messages.ChatsFields§
§id: Vec<InputChannel>Trait Implementations§
Source§impl Clone for GetChannels
impl Clone for GetChannels
Source§fn clone(&self) -> GetChannels
fn clone(&self) -> GetChannels
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 GetChannels
impl Debug for GetChannels
Source§impl Identifiable for GetChannels
impl Identifiable for GetChannels
Source§const CONSTRUCTOR_ID: u32 = 0x0a7f6bbb
const CONSTRUCTOR_ID: u32 = 0x0a7f6bbb
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetChannels
impl PartialEq for GetChannels
Source§impl RemoteCall for GetChannels
impl RemoteCall for GetChannels
Source§impl Serializable for GetChannels
impl Serializable for GetChannels
impl StructuralPartialEq for GetChannels
Auto Trait Implementations§
impl Freeze for GetChannels
impl RefUnwindSafe for GetChannels
impl Send for GetChannels
impl Sync for GetChannels
impl Unpin for GetChannels
impl UnsafeUnpin for GetChannels
impl UnwindSafe for GetChannels
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