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