pub struct GeoPointEmpty {}Expand description
Trait Implementations§
Source§impl Clone for GeoPointEmpty
impl Clone for GeoPointEmpty
Source§fn clone(&self) -> GeoPointEmpty
fn clone(&self) -> GeoPointEmpty
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 GeoPointEmpty
impl Debug for GeoPointEmpty
Source§impl Deserializable for GeoPointEmpty
impl Deserializable for GeoPointEmpty
Source§fn deserialize(_buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(_buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<GeoPointEmpty> for GeoPoint
impl From<GeoPointEmpty> for GeoPoint
Source§fn from(_x: GeoPointEmpty) -> Self
fn from(_x: GeoPointEmpty) -> Self
Converts to this type from the input type.
Source§impl Identifiable for GeoPointEmpty
impl Identifiable for GeoPointEmpty
Source§const CONSTRUCTOR_ID: u32 = 0x1117dd5f
const CONSTRUCTOR_ID: u32 = 0x1117dd5f
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GeoPointEmpty
impl PartialEq for GeoPointEmpty
Source§impl Serializable for GeoPointEmpty
impl Serializable for GeoPointEmpty
impl StructuralPartialEq for GeoPointEmpty
Auto Trait Implementations§
impl Freeze for GeoPointEmpty
impl RefUnwindSafe for GeoPointEmpty
impl Send for GeoPointEmpty
impl Sync for GeoPointEmpty
impl Unpin for GeoPointEmpty
impl UnsafeUnpin for GeoPointEmpty
impl UnwindSafe for GeoPointEmpty
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