pub struct GetRecentLocations {
pub peer: InputPeer,
pub limit: i32,
pub hash: i64,
}Expand description
Generated from:
messages.getRecentLocations#702a40e0 peer:InputPeer limit:int hash:long = messages.MessagesFields§
§peer: InputPeer§limit: i32§hash: i64Trait Implementations§
Source§impl Clone for GetRecentLocations
impl Clone for GetRecentLocations
Source§fn clone(&self) -> GetRecentLocations
fn clone(&self) -> GetRecentLocations
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 GetRecentLocations
impl Debug for GetRecentLocations
Source§impl Identifiable for GetRecentLocations
impl Identifiable for GetRecentLocations
Source§const CONSTRUCTOR_ID: u32 = 0x702a40e0
const CONSTRUCTOR_ID: u32 = 0x702a40e0
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetRecentLocations
impl PartialEq for GetRecentLocations
Source§impl RemoteCall for GetRecentLocations
impl RemoteCall for GetRecentLocations
Source§impl Serializable for GetRecentLocations
impl Serializable for GetRecentLocations
impl StructuralPartialEq for GetRecentLocations
Auto Trait Implementations§
impl Freeze for GetRecentLocations
impl RefUnwindSafe for GetRecentLocations
impl Send for GetRecentLocations
impl Sync for GetRecentLocations
impl Unpin for GetRecentLocations
impl UnsafeUnpin for GetRecentLocations
impl UnwindSafe for GetRecentLocations
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