pub struct AcmeDnsServerName(/* private fields */);Trait Implementations§
Source§impl Clone for AcmeDnsServerName
impl Clone for AcmeDnsServerName
Source§fn clone(&self) -> AcmeDnsServerName
fn clone(&self) -> AcmeDnsServerName
Returns a duplicate 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 AcmeDnsServerName
impl Debug for AcmeDnsServerName
Source§impl<'de> Deserialize<'de> for AcmeDnsServerName
impl<'de> Deserialize<'de> for AcmeDnsServerName
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 Display for AcmeDnsServerName
impl Display for AcmeDnsServerName
Source§impl Hash for AcmeDnsServerName
impl Hash for AcmeDnsServerName
Source§impl Name for AcmeDnsServerName
impl Name for AcmeDnsServerName
Source§impl PartialEq for AcmeDnsServerName
impl PartialEq for AcmeDnsServerName
Source§impl Serialize for AcmeDnsServerName
impl Serialize for AcmeDnsServerName
Source§impl Structable for AcmeDnsServerName
impl Structable for AcmeDnsServerName
Source§fn definition(&self) -> StructDef<'_>
fn definition(&self) -> StructDef<'_>
Returns the struct’s definition. Read more
Source§impl TryFrom<String> for AcmeDnsServerName
impl TryFrom<String> for AcmeDnsServerName
Source§impl Valuable for AcmeDnsServerName
impl Valuable for AcmeDnsServerName
Source§impl ValueParserFactory for AcmeDnsServerName
impl ValueParserFactory for AcmeDnsServerName
Source§type Parser = NameParser<AcmeDnsServerName>
type Parser = NameParser<AcmeDnsServerName>
Generated parser, usually
ValueParser. Read moreSource§fn value_parser() -> Self::Parser
fn value_parser() -> Self::Parser
Create the specified
Self::Parserimpl Eq for AcmeDnsServerName
impl StructuralPartialEq for AcmeDnsServerName
Auto Trait Implementations§
impl Freeze for AcmeDnsServerName
impl RefUnwindSafe for AcmeDnsServerName
impl Send for AcmeDnsServerName
impl Sync for AcmeDnsServerName
impl Unpin for AcmeDnsServerName
impl UnwindSafe for AcmeDnsServerName
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§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.