Enum web_sys::ConsoleLogLevel
source · pub enum ConsoleLogLevel {
Show 18 variants
All = 0,
Debug = 1,
Log = 2,
Info = 3,
Clear = 4,
Trace = 5,
TimeLog = 6,
TimeEnd = 7,
Time = 8,
Group = 9,
GroupEnd = 10,
Profile = 11,
ProfileEnd = 12,
Dir = 13,
Dirxml = 14,
Warn = 15,
Error = 16,
Off = 17,
// some variants omitted
}
Expand description
The ConsoleLogLevel
enum.
This API requires the following crate features to be activated: ConsoleLogLevel
Variants§
All = 0
Debug = 1
Log = 2
Info = 3
Clear = 4
Trace = 5
TimeLog = 6
TimeEnd = 7
Time = 8
Group = 9
GroupEnd = 10
Profile = 11
ProfileEnd = 12
Dir = 13
Dirxml = 14
Warn = 15
Error = 16
Off = 17
Implementations§
source§impl ConsoleLogLevel
impl ConsoleLogLevel
pub fn from_js_value(obj: &JsValue) -> Option<ConsoleLogLevel>
Trait Implementations§
source§impl Clone for ConsoleLogLevel
impl Clone for ConsoleLogLevel
source§fn clone(&self) -> ConsoleLogLevel
fn clone(&self) -> ConsoleLogLevel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ConsoleLogLevel
impl Debug for ConsoleLogLevel
source§impl From<ConsoleLogLevel> for JsValue
impl From<ConsoleLogLevel> for JsValue
source§fn from(obj: ConsoleLogLevel) -> JsValue
fn from(obj: ConsoleLogLevel) -> JsValue
Converts to this type from the input type.
source§impl FromWasmAbi for ConsoleLogLevel
impl FromWasmAbi for ConsoleLogLevel
source§impl IntoWasmAbi for ConsoleLogLevel
impl IntoWasmAbi for ConsoleLogLevel
source§impl OptionFromWasmAbi for ConsoleLogLevel
impl OptionFromWasmAbi for ConsoleLogLevel
source§impl OptionIntoWasmAbi for ConsoleLogLevel
impl OptionIntoWasmAbi for ConsoleLogLevel
source§impl PartialEq for ConsoleLogLevel
impl PartialEq for ConsoleLogLevel
source§fn eq(&self, other: &ConsoleLogLevel) -> bool
fn eq(&self, other: &ConsoleLogLevel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ConsoleLogLevel
impl Eq for ConsoleLogLevel
impl StructuralEq for ConsoleLogLevel
impl StructuralPartialEq for ConsoleLogLevel
Auto Trait Implementations§
impl RefUnwindSafe for ConsoleLogLevel
impl Send for ConsoleLogLevel
impl Sync for ConsoleLogLevel
impl Unpin for ConsoleLogLevel
impl UnwindSafe for ConsoleLogLevel
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
source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere T: IntoWasmAbi,
§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.