pub struct GetParticipant {
pub channel: InputChannel,
pub participant: InputPeer,
}Expand description
Generated from:
channels.getParticipant#a0ab6cc6 channel:InputChannel participant:InputPeer = channels.ChannelParticipantFields§
§channel: InputChannel§participant: InputPeerTrait Implementations§
Source§impl Clone for GetParticipant
impl Clone for GetParticipant
Source§fn clone(&self) -> GetParticipant
fn clone(&self) -> GetParticipant
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 GetParticipant
impl Debug for GetParticipant
Source§impl Identifiable for GetParticipant
impl Identifiable for GetParticipant
Source§const CONSTRUCTOR_ID: u32 = 0xa0ab6cc6
const CONSTRUCTOR_ID: u32 = 0xa0ab6cc6
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetParticipant
impl PartialEq for GetParticipant
Source§impl RemoteCall for GetParticipant
impl RemoteCall for GetParticipant
Source§type Return = ChannelParticipant
type Return = ChannelParticipant
The deserialized response type.
Source§impl Serializable for GetParticipant
impl Serializable for GetParticipant
impl StructuralPartialEq for GetParticipant
Auto Trait Implementations§
impl Freeze for GetParticipant
impl RefUnwindSafe for GetParticipant
impl Send for GetParticipant
impl Sync for GetParticipant
impl Unpin for GetParticipant
impl UnsafeUnpin for GetParticipant
impl UnwindSafe for GetParticipant
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