pub struct LoggingSection {
pub loglevel: u8,
}Expand description
The [logging] section.
Fields§
§loglevel: u8Trait Implementations§
Source§impl Clone for LoggingSection
impl Clone for LoggingSection
Source§fn clone(&self) -> LoggingSection
fn clone(&self) -> LoggingSection
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LoggingSection
impl Debug for LoggingSection
Auto Trait Implementations§
impl Freeze for LoggingSection
impl RefUnwindSafe for LoggingSection
impl Send for LoggingSection
impl Sync for LoggingSection
impl Unpin for LoggingSection
impl UnwindSafe for LoggingSection
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