pub struct GetGroupCallJoinAs {
pub peer: InputPeer,
}Expand description
Generated from:
phone.getGroupCallJoinAs#ef7c213a peer:InputPeer = phone.JoinAsPeersFields§
§peer: InputPeerTrait Implementations§
Source§impl Clone for GetGroupCallJoinAs
impl Clone for GetGroupCallJoinAs
Source§fn clone(&self) -> GetGroupCallJoinAs
fn clone(&self) -> GetGroupCallJoinAs
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 GetGroupCallJoinAs
impl Debug for GetGroupCallJoinAs
Source§impl Identifiable for GetGroupCallJoinAs
impl Identifiable for GetGroupCallJoinAs
Source§const CONSTRUCTOR_ID: u32 = 0xef7c213a
const CONSTRUCTOR_ID: u32 = 0xef7c213a
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetGroupCallJoinAs
impl PartialEq for GetGroupCallJoinAs
Source§impl RemoteCall for GetGroupCallJoinAs
impl RemoteCall for GetGroupCallJoinAs
Source§type Return = JoinAsPeers
type Return = JoinAsPeers
The deserialized response type.
Source§impl Serializable for GetGroupCallJoinAs
impl Serializable for GetGroupCallJoinAs
impl StructuralPartialEq for GetGroupCallJoinAs
Auto Trait Implementations§
impl Freeze for GetGroupCallJoinAs
impl RefUnwindSafe for GetGroupCallJoinAs
impl Send for GetGroupCallJoinAs
impl Sync for GetGroupCallJoinAs
impl Unpin for GetGroupCallJoinAs
impl UnsafeUnpin for GetGroupCallJoinAs
impl UnwindSafe for GetGroupCallJoinAs
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