pub struct LevelOption {
pub format: Option<u8>,
pub formatter: Option<String>,
}Fields§
§format: Option<u8>§formatter: Option<String>Trait Implementations§
Source§impl OptionTrait for LevelOption
impl OptionTrait for LevelOption
Auto Trait Implementations§
impl Freeze for LevelOption
impl RefUnwindSafe for LevelOption
impl Send for LevelOption
impl Sync for LevelOption
impl Unpin for LevelOption
impl UnwindSafe for LevelOption
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