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