pub struct LoggingInitInfo {
pub process: String,
pub logs_dir: String,
pub prefix: String,
pub retention_days: u64,
pub initialized_at: DateTime<Utc>,
}Fields§
§process: String§logs_dir: String§prefix: String§retention_days: u64§initialized_at: DateTime<Utc>Trait Implementations§
Source§impl Clone for LoggingInitInfo
impl Clone for LoggingInitInfo
Source§fn clone(&self) -> LoggingInitInfo
fn clone(&self) -> LoggingInitInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LoggingInitInfo
impl Debug for LoggingInitInfo
Auto Trait Implementations§
impl Freeze for LoggingInitInfo
impl RefUnwindSafe for LoggingInitInfo
impl Send for LoggingInitInfo
impl Sync for LoggingInitInfo
impl Unpin for LoggingInitInfo
impl UnsafeUnpin for LoggingInitInfo
impl UnwindSafe for LoggingInitInfo
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