pub enum PrefixBehavior {
Config,
Cwd,
Xdg,
Relative,
}
Variants§
Auto Trait Implementations§
impl Freeze for PrefixBehavior
impl RefUnwindSafe for PrefixBehavior
impl Send for PrefixBehavior
impl Sync for PrefixBehavior
impl Unpin for PrefixBehavior
impl UnwindSafe for PrefixBehavior
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