Enum ic_cbor::CborNegativeInt
source · pub enum CborNegativeInt {
Int8(i8),
Int16(i16),
Int32(i32),
Int64(i64),
}Variants§
Trait Implementations§
source§impl Clone for CborNegativeInt
impl Clone for CborNegativeInt
source§fn clone(&self) -> CborNegativeInt
fn clone(&self) -> CborNegativeInt
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 moresource§impl Debug for CborNegativeInt
impl Debug for CborNegativeInt
source§impl PartialEq for CborNegativeInt
impl PartialEq for CborNegativeInt
source§fn eq(&self, other: &CborNegativeInt) -> bool
fn eq(&self, other: &CborNegativeInt) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for CborNegativeInt
impl Eq for CborNegativeInt
impl StructuralEq for CborNegativeInt
impl StructuralPartialEq for CborNegativeInt
Auto Trait Implementations§
impl RefUnwindSafe for CborNegativeInt
impl Send for CborNegativeInt
impl Sync for CborNegativeInt
impl Unpin for CborNegativeInt
impl UnwindSafe for CborNegativeInt
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