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