pub enum SupportedPathType {
Any,
Absolute,
Relative,
}
Expand description
The type of a supported path.
Variants§
Auto Trait Implementations§
impl Freeze for SupportedPathType
impl RefUnwindSafe for SupportedPathType
impl Send for SupportedPathType
impl Sync for SupportedPathType
impl Unpin for SupportedPathType
impl UnwindSafe for SupportedPathType
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