pub struct DomainName(/* private fields */);Implementationsยง
Trait Implementationsยง
Sourceยงimpl AsRef<str> for DomainName
impl AsRef<str> for DomainName
Sourceยงimpl Clone for DomainName
impl Clone for DomainName
Sourceยงfn clone(&self) -> DomainName
fn clone(&self) -> DomainName
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 DomainName
impl Debug for DomainName
Sourceยงimpl<'de> Deserialize<'de> for DomainName
impl<'de> Deserialize<'de> for DomainName
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 DomainName
impl Display for DomainName
Sourceยงimpl From<&str> for DomainName
impl From<&str> for DomainName
Sourceยงimpl From<String> for DomainName
impl From<String> for DomainName
Sourceยงimpl Hash for DomainName
impl Hash for DomainName
Sourceยงimpl PartialEq for DomainName
impl PartialEq for DomainName
Sourceยงimpl Serialize for DomainName
impl Serialize for DomainName
impl Eq for DomainName
impl StructuralPartialEq for DomainName
Auto Trait Implementationsยง
impl Freeze for DomainName
impl RefUnwindSafe for DomainName
impl Send for DomainName
impl Sync for DomainName
impl Unpin for DomainName
impl UnwindSafe for DomainName
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.