#[repr(i32)]pub enum EClientReportingVersion {
OldVersion = 0,
BetaVersion = 1,
SupportsTrustedMode = 2,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for EClientReportingVersion
impl Clone for EClientReportingVersion
Source§fn clone(&self) -> EClientReportingVersion
fn clone(&self) -> EClientReportingVersion
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 EClientReportingVersion
impl Debug for EClientReportingVersion
Source§impl Hash for EClientReportingVersion
impl Hash for EClientReportingVersion
Source§impl PartialEq for EClientReportingVersion
impl PartialEq for EClientReportingVersion
impl Copy for EClientReportingVersion
impl Eq for EClientReportingVersion
impl StructuralPartialEq for EClientReportingVersion
Auto Trait Implementations§
impl Freeze for EClientReportingVersion
impl RefUnwindSafe for EClientReportingVersion
impl Send for EClientReportingVersion
impl Sync for EClientReportingVersion
impl Unpin for EClientReportingVersion
impl UnsafeUnpin for EClientReportingVersion
impl UnwindSafe for EClientReportingVersion
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