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