pub struct DeprecateDomainInput {
pub name: String,
}
Fields§
§name: String
The name of the domain to deprecate.
Trait Implementations§
Source§impl Clone for DeprecateDomainInput
impl Clone for DeprecateDomainInput
Source§fn clone(&self) -> DeprecateDomainInput
fn clone(&self) -> DeprecateDomainInput
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 DeprecateDomainInput
impl Debug for DeprecateDomainInput
Source§impl Default for DeprecateDomainInput
impl Default for DeprecateDomainInput
Source§fn default() -> DeprecateDomainInput
fn default() -> DeprecateDomainInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeprecateDomainInput
impl PartialEq for DeprecateDomainInput
Source§impl Serialize for DeprecateDomainInput
impl Serialize for DeprecateDomainInput
impl StructuralPartialEq for DeprecateDomainInput
Auto Trait Implementations§
impl Freeze for DeprecateDomainInput
impl RefUnwindSafe for DeprecateDomainInput
impl Send for DeprecateDomainInput
impl Sync for DeprecateDomainInput
impl Unpin for DeprecateDomainInput
impl UnwindSafe for DeprecateDomainInput
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