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