pub struct InputReportReasonFake {}Expand description
Read inputReportReasonFake docs.
Generated from the following TL definition:
inputReportReasonFake#f5ddd6e7 = ReportReasonTrait Implementations§
Source§impl Clone for InputReportReasonFake
impl Clone for InputReportReasonFake
Source§fn clone(&self) -> InputReportReasonFake
fn clone(&self) -> InputReportReasonFake
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 InputReportReasonFake
impl Debug for InputReportReasonFake
Source§impl From<InputReportReasonFake> for ReportReason
impl From<InputReportReasonFake> for ReportReason
Source§fn from(_x: InputReportReasonFake) -> Self
fn from(_x: InputReportReasonFake) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputReportReasonFake
impl Identifiable for InputReportReasonFake
Source§const CONSTRUCTOR_ID: u32 = 4124956391
const CONSTRUCTOR_ID: u32 = 4124956391
The unique identifier for the type.
Source§impl PartialEq for InputReportReasonFake
impl PartialEq for InputReportReasonFake
Source§impl Serializable for InputReportReasonFake
impl Serializable for InputReportReasonFake
Source§impl TryFrom<ReportReason> for InputReportReasonFake
impl TryFrom<ReportReason> for InputReportReasonFake
impl StructuralPartialEq for InputReportReasonFake
Auto Trait Implementations§
impl Freeze for InputReportReasonFake
impl RefUnwindSafe for InputReportReasonFake
impl Send for InputReportReasonFake
impl Sync for InputReportReasonFake
impl Unpin for InputReportReasonFake
impl UnsafeUnpin for InputReportReasonFake
impl UnwindSafe for InputReportReasonFake
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