pub struct DomainCase { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for DomainCase
impl Clone for DomainCase
Source§fn clone(&self) -> DomainCase
fn clone(&self) -> DomainCase
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 DomainCase
impl Debug for DomainCase
Source§impl<'de> Deserialize<'de> for DomainCase
impl<'de> Deserialize<'de> for DomainCase
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 From<DomainCase> for DomainOrSkewerCase
impl From<DomainCase> for DomainOrSkewerCase
Source§fn from(domain: DomainCase) -> Self
fn from(domain: DomainCase) -> Self
Converts to this type from the input type.
Source§impl FromStr for DomainCase
impl FromStr for DomainCase
Source§impl Hash for DomainCase
impl Hash for DomainCase
Source§impl PartialEq for DomainCase
impl PartialEq for DomainCase
Source§impl Serialize for DomainCase
impl Serialize for DomainCase
Source§impl ToString for DomainCase
impl ToString for DomainCase
impl Eq for DomainCase
impl StructuralPartialEq for DomainCase
Auto Trait Implementations§
impl Freeze for DomainCase
impl RefUnwindSafe for DomainCase
impl Send for DomainCase
impl Sync for DomainCase
impl Unpin for DomainCase
impl UnwindSafe for DomainCase
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