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