pub enum Separators {
Slash,
SlashOrBackslash,
}Expand description
Separator policy used while parsing a virtual path.
Variants§
Trait Implementations§
Source§impl Clone for Separators
impl Clone for Separators
Source§fn clone(&self) -> Separators
fn clone(&self) -> Separators
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Separators
Source§impl Debug for Separators
impl Debug for Separators
Source§impl Default for Separators
impl Default for Separators
Source§fn default() -> Separators
fn default() -> Separators
Returns the “default value” for a type. Read more
impl Eq for Separators
Source§impl PartialEq for Separators
impl PartialEq for Separators
impl StructuralPartialEq for Separators
Auto Trait Implementations§
impl Freeze for Separators
impl RefUnwindSafe for Separators
impl Send for Separators
impl Sync for Separators
impl Unpin for Separators
impl UnsafeUnpin for Separators
impl UnwindSafe for Separators
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