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