pub enum PrefixMode {
Basename,
Relative,
Full,
}Variants§
Trait Implementations§
Source§impl Clone for PrefixMode
impl Clone for PrefixMode
Source§fn clone(&self) -> PrefixMode
fn clone(&self) -> PrefixMode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PrefixMode
impl Debug for PrefixMode
Source§impl PartialEq for PrefixMode
impl PartialEq for PrefixMode
Source§impl ValueEnum for PrefixMode
impl ValueEnum for PrefixMode
impl Copy for PrefixMode
impl Eq for PrefixMode
impl StructuralPartialEq for PrefixMode
Auto Trait Implementations§
impl Freeze for PrefixMode
impl RefUnwindSafe for PrefixMode
impl Send for PrefixMode
impl Sync for PrefixMode
impl Unpin for PrefixMode
impl UnsafeUnpin for PrefixMode
impl UnwindSafe for PrefixMode
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