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