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