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