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