Struct objectscale_client::tenant::Tenant
source · pub struct Tenant {Show 17 fields
pub name: String,
pub id: String,
pub link: String,
pub creation_time: String,
pub inactive: bool,
pub global: bool,
pub remote: bool,
pub internal: bool,
pub tenant_default_vpool: String,
pub is_encryption_enabled: bool,
pub default_bucket_block_size: i64,
pub is_compliance_enabled: bool,
pub hard_quota_in_g_b: i64,
pub soft_quota_in_g_b: i64,
pub hard_quota_in_count: i64,
pub soft_quota_in_count: i64,
pub alias: String,
}Fields§
§name: String§id: String§link: String§creation_time: String§inactive: bool§global: bool§remote: bool§internal: bool§tenant_default_vpool: String§is_encryption_enabled: bool§default_bucket_block_size: i64§is_compliance_enabled: bool§hard_quota_in_g_b: i64§soft_quota_in_g_b: i64§hard_quota_in_count: i64§soft_quota_in_count: i64§alias: StringTrait Implementations§
source§impl<'de> Deserialize<'de> for Tenant
impl<'de> Deserialize<'de> for Tenant
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Tenant
impl RefUnwindSafe for Tenant
impl Send for Tenant
impl Sync for Tenant
impl Unpin for Tenant
impl UnwindSafe for Tenant
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)