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