pub struct PutDomainConfigParams {
pub tenant_id: String,
pub domain_to_update: String,
pub update_domain_config_params: UpdateDomainConfigParams,
}Expand description
struct for passing parameters to the method put_domain_config
Fields§
§tenant_id: String§domain_to_update: String§update_domain_config_params: UpdateDomainConfigParamsTrait Implementations§
Source§impl Clone for PutDomainConfigParams
impl Clone for PutDomainConfigParams
Source§fn clone(&self) -> PutDomainConfigParams
fn clone(&self) -> PutDomainConfigParams
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 moreAuto Trait Implementations§
impl Freeze for PutDomainConfigParams
impl RefUnwindSafe for PutDomainConfigParams
impl Send for PutDomainConfigParams
impl Sync for PutDomainConfigParams
impl Unpin for PutDomainConfigParams
impl UnwindSafe for PutDomainConfigParams
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