pub struct Rolling {
pub directory: PathBuf,
pub roll: Option<Roll>,
pub non_blocking: Option<NonBlocking>,
}
Expand description
Fields§
§directory: PathBuf
§roll: Option<Roll>
§non_blocking: Option<NonBlocking>
Wrap the writer in a tracing_appender::non_blocking::NonBlocking
.
Trait Implementations§
Source§impl Ord for Rolling
impl Ord for Rolling
Source§impl PartialOrd for Rolling
impl PartialOrd for Rolling
impl Eq for Rolling
impl StructuralPartialEq for Rolling
Auto Trait Implementations§
impl Freeze for Rolling
impl RefUnwindSafe for Rolling
impl Send for Rolling
impl Sync for Rolling
impl Unpin for Rolling
impl UnwindSafe for Rolling
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