Struct libcoreinst::cmdline::NetworkDir
source · pub struct NetworkDir {}Expand description
The default path to NetworkManager connection files.
Trait Implementations§
source§impl Debug for NetworkDir
impl Debug for NetworkDir
source§impl DefaultString for NetworkDir
impl DefaultString for NetworkDir
source§impl PartialEq<NetworkDir> for NetworkDir
impl PartialEq<NetworkDir> 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 StructuralEq for NetworkDir
impl StructuralPartialEq for NetworkDir
Auto Trait Implementations§
impl RefUnwindSafe for NetworkDir
impl Send for NetworkDir
impl Sync for NetworkDir
impl Unpin for NetworkDir
impl UnwindSafe for NetworkDir
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.