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