pub struct InputReportReasonGeoIrrelevant {}Expand description
inputReportReasonGeoIrrelevant
Generated from:
inputReportReasonGeoIrrelevant#dbd4feed = ReportReasonTrait Implementations§
Source§impl Clone for InputReportReasonGeoIrrelevant
impl Clone for InputReportReasonGeoIrrelevant
Source§fn clone(&self) -> InputReportReasonGeoIrrelevant
fn clone(&self) -> InputReportReasonGeoIrrelevant
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 Deserializable for InputReportReasonGeoIrrelevant
impl Deserializable for InputReportReasonGeoIrrelevant
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<InputReportReasonGeoIrrelevant> for ReportReason
impl From<InputReportReasonGeoIrrelevant> for ReportReason
Source§fn from(_x: InputReportReasonGeoIrrelevant) -> Self
fn from(_x: InputReportReasonGeoIrrelevant) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputReportReasonGeoIrrelevant
impl Identifiable for InputReportReasonGeoIrrelevant
Source§const CONSTRUCTOR_ID: u32 = 0xdbd4feed
const CONSTRUCTOR_ID: u32 = 0xdbd4feed
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InputReportReasonGeoIrrelevant
impl PartialEq for InputReportReasonGeoIrrelevant
Source§fn eq(&self, other: &InputReportReasonGeoIrrelevant) -> bool
fn eq(&self, other: &InputReportReasonGeoIrrelevant) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InputReportReasonGeoIrrelevant
Auto Trait Implementations§
impl Freeze for InputReportReasonGeoIrrelevant
impl RefUnwindSafe for InputReportReasonGeoIrrelevant
impl Send for InputReportReasonGeoIrrelevant
impl Sync for InputReportReasonGeoIrrelevant
impl Unpin for InputReportReasonGeoIrrelevant
impl UnsafeUnpin for InputReportReasonGeoIrrelevant
impl UnwindSafe for InputReportReasonGeoIrrelevant
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