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