Struct tor_config::load::DisfavouredKey
source · pub struct DisfavouredKey { /* private fields */ }
Expand description
Key in config file(s) which is disfavoured (unrecognized or deprecated)
Display
s in an approximation to TOML format.
You can use the to_string()
method to obtain
a string containing a TOML key path.
Trait Implementations§
source§impl Clone for DisfavouredKey
impl Clone for DisfavouredKey
source§fn clone(&self) -> DisfavouredKey
fn clone(&self) -> DisfavouredKey
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 DisfavouredKey
impl Debug for DisfavouredKey
source§impl Display for DisfavouredKey
impl Display for DisfavouredKey
source§impl Hash for DisfavouredKey
impl Hash for DisfavouredKey
source§impl Ord for DisfavouredKey
impl Ord for DisfavouredKey
source§fn cmp(&self, other: &DisfavouredKey) -> Ordering
fn cmp(&self, other: &DisfavouredKey) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for DisfavouredKey
impl PartialEq for DisfavouredKey
source§fn eq(&self, other: &DisfavouredKey) -> bool
fn eq(&self, other: &DisfavouredKey) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for DisfavouredKey
impl PartialOrd for DisfavouredKey
source§fn partial_cmp(&self, other: &DisfavouredKey) -> Option<Ordering>
fn partial_cmp(&self, other: &DisfavouredKey) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for DisfavouredKey
impl StructuralEq for DisfavouredKey
impl StructuralPartialEq for DisfavouredKey
Auto Trait Implementations§
impl RefUnwindSafe for DisfavouredKey
impl Send for DisfavouredKey
impl Sync for DisfavouredKey
impl Unpin for DisfavouredKey
impl UnwindSafe for DisfavouredKey
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
§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,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§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,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.