pub struct FormatLevelChars {
pub trace: &'static str,
pub debug: &'static str,
pub info: &'static str,
pub warn: &'static str,
pub error: &'static str,
}
Fields§
§trace: &'static str
§debug: &'static str
§info: &'static str
§warn: &'static str
§error: &'static str
Implementations§
Source§impl FormatLevelChars
impl FormatLevelChars
pub const fn const_default() -> FormatLevelChars
Trait Implementations§
Source§impl Default for FormatLevelChars
impl Default for FormatLevelChars
Source§fn default() -> FormatLevelChars
fn default() -> FormatLevelChars
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FormatLevelChars
impl RefUnwindSafe for FormatLevelChars
impl Send for FormatLevelChars
impl Sync for FormatLevelChars
impl Unpin for FormatLevelChars
impl UnwindSafe for FormatLevelChars
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