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