pub struct CustomDomainConfig { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for CustomDomainConfig
impl Clone for CustomDomainConfig
Source§fn clone(&self) -> CustomDomainConfig
fn clone(&self) -> CustomDomainConfig
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 CustomDomainConfig
impl Debug for CustomDomainConfig
Source§impl Default for CustomDomainConfig
impl Default for CustomDomainConfig
Source§impl From<CustomDomainConfig> for CustomDomainConfig
impl From<CustomDomainConfig> for CustomDomainConfig
Source§fn from(value: CustomDomainConfig) -> Self
fn from(value: CustomDomainConfig) -> Self
Converts to this type from the input type.
Source§impl TryFrom<CustomDomainConfig> for CustomDomainConfig
impl TryFrom<CustomDomainConfig> for CustomDomainConfig
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: CustomDomainConfig) -> Result<Self, ConversionError>
fn try_from(value: CustomDomainConfig) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for CustomDomainConfig
impl RefUnwindSafe for CustomDomainConfig
impl Send for CustomDomainConfig
impl Sync for CustomDomainConfig
impl Unpin for CustomDomainConfig
impl UnsafeUnpin for CustomDomainConfig
impl UnwindSafe for CustomDomainConfig
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