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