Struct WER_CONSENT
#[repr(transparent)]pub struct WER_CONSENT(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for WER_CONSENT
impl Clone for WER_CONSENT
§fn clone(&self) -> WER_CONSENT
fn clone(&self) -> WER_CONSENT
Returns a copy 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 more§impl Debug for WER_CONSENT
impl Debug for WER_CONSENT
§impl Default for WER_CONSENT
impl Default for WER_CONSENT
§fn default() -> WER_CONSENT
fn default() -> WER_CONSENT
Returns the “default value” for a type. Read more
§impl PartialEq for WER_CONSENT
impl PartialEq for WER_CONSENT
impl Copy for WER_CONSENT
impl Eq for WER_CONSENT
impl StructuralPartialEq for WER_CONSENT
Auto Trait Implementations§
impl Freeze for WER_CONSENT
impl RefUnwindSafe for WER_CONSENT
impl Send for WER_CONSENT
impl Sync for WER_CONSENT
impl Unpin for WER_CONSENT
impl UnwindSafe for WER_CONSENT
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