pub enum ConsoleApiCalledEventType {
Show 18 variants
Log,
Debug,
Info,
Error,
Warning,
Dir,
Dirxml,
Table,
Trace,
Clear,
StartGroup,
StartGroupCollapsed,
EndGroup,
Assert,
Profile,
ProfileEnd,
Count,
TimeEnd,
}Available on crate feature
Runtime only.Variants§
Log
log
Debug
debug
Info
info
Error
error
Warning
warning
Dir
dir
Dirxml
dirxml
Table
table
Trace
trace
Clear
clear
StartGroup
startGroup
StartGroupCollapsed
startGroupCollapsed
EndGroup
endGroup
Assert
assert
Profile
profile
ProfileEnd
profileEnd
Count
count
TimeEnd
timeEnd
Trait Implementations§
Source§impl Clone for ConsoleApiCalledEventType
impl Clone for ConsoleApiCalledEventType
Source§fn clone(&self) -> ConsoleApiCalledEventType
fn clone(&self) -> ConsoleApiCalledEventType
Returns a duplicate 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 ConsoleApiCalledEventType
impl Debug for ConsoleApiCalledEventType
Source§impl<'de> Deserialize<'de> for ConsoleApiCalledEventType
impl<'de> Deserialize<'de> for ConsoleApiCalledEventType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ConsoleApiCalledEventType
impl RefUnwindSafe for ConsoleApiCalledEventType
impl Send for ConsoleApiCalledEventType
impl Sync for ConsoleApiCalledEventType
impl Unpin for ConsoleApiCalledEventType
impl UnwindSafe for ConsoleApiCalledEventType
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