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