Struct libcoreinst::cmdline::NetworkDir
source · pub struct NetworkDir {}Expand description
The default path to NetworkManager connection files.
Trait Implementations§
source§impl Clone for NetworkDir
impl Clone for NetworkDir
source§fn clone(&self) -> NetworkDir
fn clone(&self) -> NetworkDir
Returns a copy 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 NetworkDir
impl Debug for NetworkDir
source§impl DefaultString for NetworkDir
impl DefaultString for NetworkDir
source§impl PartialEq for NetworkDir
impl PartialEq for NetworkDir
source§fn eq(&self, other: &NetworkDir) -> bool
fn eq(&self, other: &NetworkDir) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for NetworkDir
impl StructuralPartialEq for NetworkDir
Auto Trait Implementations§
impl Freeze for NetworkDir
impl RefUnwindSafe for NetworkDir
impl Send for NetworkDir
impl Sync for NetworkDir
impl Unpin for NetworkDir
impl UnwindSafe for NetworkDir
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.