pub struct JsConsoleLogger;
Expand description
This Logger prints to the web browser console
This struct is only available if the custom-logging
and the wasm
features are enabled
Implementations§
Trait Implementations§
Source§impl Debug for JsConsoleLogger
impl Debug for JsConsoleLogger
Source§impl Default for JsConsoleLogger
impl Default for JsConsoleLogger
Auto Trait Implementations§
impl Freeze for JsConsoleLogger
impl RefUnwindSafe for JsConsoleLogger
impl Send for JsConsoleLogger
impl Sync for JsConsoleLogger
impl Unpin for JsConsoleLogger
impl UnwindSafe for JsConsoleLogger
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