pub enum StackUsize {
U0 = 0,
U2 = 2,
U3 = 3,
U4 = 4,
}
Variants§
Trait Implementations§
Source§impl BorshDeserialize for StackUsize
impl BorshDeserialize for StackUsize
Source§impl BorshSerialize for StackUsize
impl BorshSerialize for StackUsize
Source§impl Clone for StackUsize
impl Clone for StackUsize
Source§fn clone(&self) -> StackUsize
fn clone(&self) -> StackUsize
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 StackUsize
impl Debug for StackUsize
Source§impl Default for StackUsize
impl Default for StackUsize
Source§impl From<usize> for StackUsize
impl From<usize> for StackUsize
Source§impl Ord for StackUsize
impl Ord for StackUsize
Source§fn cmp(&self, other: &StackUsize) -> Ordering
fn cmp(&self, other: &StackUsize) -> 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 StackUsize
impl PartialEq for StackUsize
Source§impl PartialOrd for StackUsize
impl PartialOrd for StackUsize
impl Copy for StackUsize
impl Eq for StackUsize
impl StructuralPartialEq for StackUsize
Auto Trait Implementations§
impl Freeze for StackUsize
impl RefUnwindSafe for StackUsize
impl Send for StackUsize
impl Sync for StackUsize
impl Unpin for StackUsize
impl UnwindSafe for StackUsize
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