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