pub enum LogArg {
String(String),
Number(f64),
Bool(bool),
Object(Value),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogArg
impl RefUnwindSafe for LogArg
impl Send for LogArg
impl Sync for LogArg
impl Unpin for LogArg
impl UnwindSafe for LogArg
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