pub struct GlobalJournalPath(pub PathBuf);Expand description
Newtype for the global mirror journal path (~/.fno/events.jsonl).
Writes are best-effort only.
Tuple Fields§
§0: PathBufAuto Trait Implementations§
impl Freeze for GlobalJournalPath
impl RefUnwindSafe for GlobalJournalPath
impl Send for GlobalJournalPath
impl Sync for GlobalJournalPath
impl Unpin for GlobalJournalPath
impl UnsafeUnpin for GlobalJournalPath
impl UnwindSafe for GlobalJournalPath
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