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