pub enum RuntimePathFlavor {
Unix,
Windows,
}Variants§
Trait Implementations§
Source§impl Clone for RuntimePathFlavor
impl Clone for RuntimePathFlavor
Source§fn clone(&self) -> RuntimePathFlavor
fn clone(&self) -> RuntimePathFlavor
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 RuntimePathFlavor
Source§impl Debug for RuntimePathFlavor
impl Debug for RuntimePathFlavor
impl Eq for RuntimePathFlavor
Source§impl PartialEq for RuntimePathFlavor
impl PartialEq for RuntimePathFlavor
Source§fn eq(&self, other: &RuntimePathFlavor) -> bool
fn eq(&self, other: &RuntimePathFlavor) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RuntimePathFlavor
Auto Trait Implementations§
impl Freeze for RuntimePathFlavor
impl RefUnwindSafe for RuntimePathFlavor
impl Send for RuntimePathFlavor
impl Sync for RuntimePathFlavor
impl Unpin for RuntimePathFlavor
impl UnsafeUnpin for RuntimePathFlavor
impl UnwindSafe for RuntimePathFlavor
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