#[repr(u8)]pub enum LogLevel {
Error = 0,
Warn = 1,
Info = 2,
}Expand description
The maximum log level for wasm-pack
Variantsยง
Trait Implementationsยง
impl Copy for LogLevel
Auto Trait Implementationsยง
impl Freeze for LogLevel
impl RefUnwindSafe for LogLevel
impl Send for LogLevel
impl Sync for LogLevel
impl Unpin for LogLevel
impl UnwindSafe for LogLevel
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