pub struct PatchDomainConfigParams {
pub tenant_id: String,
pub domain_to_update: String,
pub patch_domain_config_params: PatchDomainConfigParams,
}Expand description
struct for passing parameters to the method patch_domain_config
Fields§
§tenant_id: String§domain_to_update: String§patch_domain_config_params: PatchDomainConfigParamsTrait Implementations§
Source§impl Clone for PatchDomainConfigParams
impl Clone for PatchDomainConfigParams
Source§fn clone(&self) -> PatchDomainConfigParams
fn clone(&self) -> PatchDomainConfigParams
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 PatchDomainConfigParams
impl RefUnwindSafe for PatchDomainConfigParams
impl Send for PatchDomainConfigParams
impl Sync for PatchDomainConfigParams
impl Unpin for PatchDomainConfigParams
impl UnwindSafe for PatchDomainConfigParams
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