pub struct SimpleRecord {
    pub level: Level,
    pub message: Arc<str>,
}Fields§
§level: Level§message: Arc<str>Auto Trait Implementations§
impl Freeze for SimpleRecord
impl RefUnwindSafe for SimpleRecord
impl Send for SimpleRecord
impl Sync for SimpleRecord
impl Unpin for SimpleRecord
impl UnwindSafe for SimpleRecord
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