pub struct LoggerDebugOptions {
    pub span: Option<SourceSpan>,
    /* private fields */
}Fields§
§span: Option<SourceSpan>Auto Trait Implementations§
impl Freeze for LoggerDebugOptions
impl RefUnwindSafe for LoggerDebugOptions
impl Send for LoggerDebugOptions
impl Sync for LoggerDebugOptions
impl Unpin for LoggerDebugOptions
impl UnwindSafe for LoggerDebugOptions
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