pub struct GetLocated {
pub background: bool,
pub geo_point: InputGeoPoint,
pub self_expires: Option<i32>,
}Expand description
Generated from:
contacts.getLocated#d348bc44 flags:# background:flags.1?true geo_point:InputGeoPoint self_expires:flags.0?int = UpdatesFields§
§background: bool§geo_point: InputGeoPoint§self_expires: Option<i32>Trait Implementations§
Source§impl Clone for GetLocated
impl Clone for GetLocated
Source§fn clone(&self) -> GetLocated
fn clone(&self) -> GetLocated
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 GetLocated
impl Debug for GetLocated
Source§impl Identifiable for GetLocated
impl Identifiable for GetLocated
Source§const CONSTRUCTOR_ID: u32 = 0xd348bc44
const CONSTRUCTOR_ID: u32 = 0xd348bc44
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetLocated
impl PartialEq for GetLocated
Source§impl RemoteCall for GetLocated
impl RemoteCall for GetLocated
Source§impl Serializable for GetLocated
impl Serializable for GetLocated
impl StructuralPartialEq for GetLocated
Auto Trait Implementations§
impl Freeze for GetLocated
impl RefUnwindSafe for GetLocated
impl Send for GetLocated
impl Sync for GetLocated
impl Unpin for GetLocated
impl UnsafeUnpin for GetLocated
impl UnwindSafe for GetLocated
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