#[repr(u8)]pub enum Txfull {
TXISNOTFULL = 0,
TXISFULL = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Txfull
impl Ord for Txfull
Source§impl PartialOrd for Txfull
impl PartialOrd for Txfull
impl Copy for Txfull
impl Eq for Txfull
impl StructuralPartialEq for Txfull
Auto Trait Implementations§
impl Freeze for Txfull
impl RefUnwindSafe for Txfull
impl Send for Txfull
impl Sync for Txfull
impl Unpin for Txfull
impl UnwindSafe for Txfull
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