Struct aws_sdk_rust::aws::s3::admin::AdminQuota
[−]
[src]
pub struct AdminQuota { pub enabled: bool, pub max_size_kb: i64, pub max_objects: i64, }
Ceph RGW Bucket Quota
Fields
enabled: bool
Quota enabled
max_size_kb: i64
Default -1 which indicates no quota for bucket sizes
max_objects: i64
Default -1 which indicates no quota for number of total objects
Trait Implementations
impl Debug for AdminQuota
[src]
impl Clone for AdminQuota
[src]
fn clone(&self) -> AdminQuota
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Decodable for AdminQuota
[src]
fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<AdminQuota, __D::Error>
Deserialize a value using a Decoder
.
impl Encodable for AdminQuota
[src]
fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>
Serialize a value using an Encoder
.
impl Default for AdminQuota
[src]
fn default() -> AdminQuota
Returns the "default value" for a type. Read more