pub enum PathFlags {
FullPath = 0,
PathToOSRoot = 16,
}
Expand description
Path related options for opening a journal
Variants§
Auto Trait Implementations§
impl Freeze for PathFlags
impl RefUnwindSafe for PathFlags
impl Send for PathFlags
impl Sync for PathFlags
impl Unpin for PathFlags
impl UnwindSafe for PathFlags
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