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