pub struct Modifier<'a> {
pub dates: bool,
pub loglevels: bool,
pub colors: bool,
pub prefix: &'a str,
pub suffix: &'a str,
pub prefix_err: Option<&'a str>,
pub suffix_err: Option<&'a str>,
}Fields§
§dates: bool§loglevels: bool§colors: bool§prefix: &'a str§suffix: &'a str§prefix_err: Option<&'a str>§suffix_err: Option<&'a str>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Modifier<'a>
impl<'a> RefUnwindSafe for Modifier<'a>
impl<'a> Send for Modifier<'a>
impl<'a> Sync for Modifier<'a>
impl<'a> Unpin for Modifier<'a>
impl<'a> UnwindSafe for Modifier<'a>
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