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