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