#[repr(u8)]pub enum Validpending {
NO_EFFECT = 0,
VALID_PENDING = 1,
}Variants§
Implementations§
Source§impl Validpending
impl Validpending
Trait Implementations§
Source§impl Clone for Validpending
impl Clone for Validpending
Source§fn clone(&self) -> Validpending
fn clone(&self) -> Validpending
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 Validpending
impl Debug for Validpending
Source§impl From<Validpending> for u8
impl From<Validpending> for u8
Source§fn from(val: Validpending) -> u8
fn from(val: Validpending) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Validpending
impl From<u8> for Validpending
Source§fn from(val: u8) -> Validpending
fn from(val: u8) -> Validpending
Converts to this type from the input type.
Source§impl Ord for Validpending
impl Ord for Validpending
Source§fn cmp(&self, other: &Validpending) -> Ordering
fn cmp(&self, other: &Validpending) -> 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 Validpending
impl PartialEq for Validpending
Source§impl PartialOrd for Validpending
impl PartialOrd for Validpending
impl Copy for Validpending
impl Eq for Validpending
impl StructuralPartialEq for Validpending
Auto Trait Implementations§
impl Freeze for Validpending
impl RefUnwindSafe for Validpending
impl Send for Validpending
impl Sync for Validpending
impl Unpin for Validpending
impl UnwindSafe for Validpending
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