Enum logger_rust::log_rotator::LogPath
source · pub enum LogPath {
Path(PathBuf),
}
Variants§
Path(PathBuf)
LogPath enum
Defines the Path variable as std::PathBuf for path What should i even write here and why?
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LogPath
impl Send for LogPath
impl Sync for LogPath
impl Unpin for LogPath
impl UnwindSafe for LogPath
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