#[repr(u8)]pub enum SstatusTxnotfull {
FULL = 0,
NOT_FULL = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SstatusTxnotfull
impl Clone for SstatusTxnotfull
Source§fn clone(&self) -> SstatusTxnotfull
fn clone(&self) -> SstatusTxnotfull
Returns a duplicate 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 SstatusTxnotfull
impl Debug for SstatusTxnotfull
Source§impl From<SstatusTxnotfull> for u8
impl From<SstatusTxnotfull> for u8
Source§fn from(val: SstatusTxnotfull) -> u8
fn from(val: SstatusTxnotfull) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SstatusTxnotfull
impl From<u8> for SstatusTxnotfull
Source§fn from(val: u8) -> SstatusTxnotfull
fn from(val: u8) -> SstatusTxnotfull
Converts to this type from the input type.
Source§impl Ord for SstatusTxnotfull
impl Ord for SstatusTxnotfull
Source§fn cmp(&self, other: &SstatusTxnotfull) -> Ordering
fn cmp(&self, other: &SstatusTxnotfull) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SstatusTxnotfull
impl PartialEq for SstatusTxnotfull
Source§impl PartialOrd for SstatusTxnotfull
impl PartialOrd for SstatusTxnotfull
impl Copy for SstatusTxnotfull
impl Eq for SstatusTxnotfull
impl StructuralPartialEq for SstatusTxnotfull
Auto Trait Implementations§
impl Freeze for SstatusTxnotfull
impl RefUnwindSafe for SstatusTxnotfull
impl Send for SstatusTxnotfull
impl Sync for SstatusTxnotfull
impl Unpin for SstatusTxnotfull
impl UnwindSafe for SstatusTxnotfull
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