pub struct MediaAreaGeoPoint {
pub coordinates: MediaAreaCoordinates,
pub geo: GeoPoint,
pub address: Option<GeoPointAddress>,
}Expand description
Generated from:
mediaAreaGeoPoint#cad5452d flags:# coordinates:MediaAreaCoordinates geo:GeoPoint address:flags.0?GeoPointAddress = MediaAreaFields§
§coordinates: MediaAreaCoordinates§geo: GeoPoint§address: Option<GeoPointAddress>Trait Implementations§
Source§impl Clone for MediaAreaGeoPoint
impl Clone for MediaAreaGeoPoint
Source§fn clone(&self) -> MediaAreaGeoPoint
fn clone(&self) -> MediaAreaGeoPoint
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 MediaAreaGeoPoint
impl Debug for MediaAreaGeoPoint
Source§impl Deserializable for MediaAreaGeoPoint
impl Deserializable for MediaAreaGeoPoint
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<MediaAreaGeoPoint> for MediaArea
impl From<MediaAreaGeoPoint> for MediaArea
Source§fn from(x: MediaAreaGeoPoint) -> Self
fn from(x: MediaAreaGeoPoint) -> Self
Converts to this type from the input type.
Source§impl Identifiable for MediaAreaGeoPoint
impl Identifiable for MediaAreaGeoPoint
Source§const CONSTRUCTOR_ID: u32 = 0xcad5452d
const CONSTRUCTOR_ID: u32 = 0xcad5452d
The constructor ID as specified in the TL schema.
Source§impl PartialEq for MediaAreaGeoPoint
impl PartialEq for MediaAreaGeoPoint
Source§impl Serializable for MediaAreaGeoPoint
impl Serializable for MediaAreaGeoPoint
Source§impl TryFrom<MediaArea> for MediaAreaGeoPoint
impl TryFrom<MediaArea> for MediaAreaGeoPoint
impl StructuralPartialEq for MediaAreaGeoPoint
Auto Trait Implementations§
impl Freeze for MediaAreaGeoPoint
impl RefUnwindSafe for MediaAreaGeoPoint
impl Send for MediaAreaGeoPoint
impl Sync for MediaAreaGeoPoint
impl Unpin for MediaAreaGeoPoint
impl UnsafeUnpin for MediaAreaGeoPoint
impl UnwindSafe for MediaAreaGeoPoint
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