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<'de> Deserialize<'de> for Rolling
impl<'de> Deserialize<'de> for Rolling
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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