pub struct LoggerFileOptions {
pub path: &'static str,
pub append_mode: bool,
}Fields§
§path: &'static str§append_mode: boolTrait Implementations§
Source§impl Clone for LoggerFileOptions
impl Clone for LoggerFileOptions
Source§fn clone(&self) -> LoggerFileOptions
fn clone(&self) -> LoggerFileOptions
Returns a copy 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 moreimpl Copy for LoggerFileOptions
Auto Trait Implementations§
impl Freeze for LoggerFileOptions
impl RefUnwindSafe for LoggerFileOptions
impl Send for LoggerFileOptions
impl Sync for LoggerFileOptions
impl Unpin for LoggerFileOptions
impl UnwindSafe for LoggerFileOptions
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