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