pub struct UnixKnownPaths;Implementations§
Trait Implementations§
Source§impl Clone for UnixKnownPaths
impl Clone for UnixKnownPaths
Source§fn clone(&self) -> UnixKnownPaths
fn clone(&self) -> UnixKnownPaths
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 UnixKnownPaths
Source§impl Debug for UnixKnownPaths
impl Debug for UnixKnownPaths
Source§impl Default for UnixKnownPaths
impl Default for UnixKnownPaths
Source§fn default() -> UnixKnownPaths
fn default() -> UnixKnownPaths
Returns the “default value” for a type. Read more
Source§impl KnownPaths for UnixKnownPaths
impl KnownPaths for UnixKnownPaths
impl Sealed for UnixKnownPaths
Auto Trait Implementations§
impl Freeze for UnixKnownPaths
impl RefUnwindSafe for UnixKnownPaths
impl Send for UnixKnownPaths
impl Sync for UnixKnownPaths
impl Unpin for UnixKnownPaths
impl UnsafeUnpin for UnixKnownPaths
impl UnwindSafe for UnixKnownPaths
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