pub struct StdConfig {
pub target: StdTarget,
}Expand description
Configuration for standard stream logging.
Fields§
§target: StdTargetTarget stream (stdout or stderr).
Auto Trait Implementations§
impl Freeze for StdConfig
impl RefUnwindSafe for StdConfig
impl Send for StdConfig
impl Sync for StdConfig
impl Unpin for StdConfig
impl UnwindSafe for StdConfig
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