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