pub struct FileLogFactory {
pub path: PathBuf,
/* private fields */
}Fields§
§path: PathBufImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileLogFactory
impl RefUnwindSafe for FileLogFactory
impl Send for FileLogFactory
impl Sync for FileLogFactory
impl Unpin for FileLogFactory
impl UnsafeUnpin for FileLogFactory
impl UnwindSafe for FileLogFactory
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