Struct hickory_server::store::recursor::RecursiveConfig
source · pub struct RecursiveConfig {
pub roots: PathBuf,
}Expand description
Configuration for file based zones
Fields§
§roots: PathBufFile with roots, aka hints
Trait Implementations§
source§impl Clone for RecursiveConfig
impl Clone for RecursiveConfig
source§fn clone(&self) -> RecursiveConfig
fn clone(&self) -> RecursiveConfig
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 RecursiveConfig
impl Debug for RecursiveConfig
source§impl<'de> Deserialize<'de> for RecursiveConfig
impl<'de> Deserialize<'de> for RecursiveConfig
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for RecursiveConfig
impl PartialEq for RecursiveConfig
source§fn eq(&self, other: &RecursiveConfig) -> bool
fn eq(&self, other: &RecursiveConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for RecursiveConfig
impl StructuralEq for RecursiveConfig
impl StructuralPartialEq for RecursiveConfig
Auto Trait Implementations§
impl RefUnwindSafe for RecursiveConfig
impl Send for RecursiveConfig
impl Sync for RecursiveConfig
impl Unpin for RecursiveConfig
impl UnwindSafe for RecursiveConfig
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.