Struct aws_sdk_workdocs::model::UserStorageMetadata
source · [−]#[non_exhaustive]pub struct UserStorageMetadata { /* private fields */ }
Expand description
Describes the storage for a user.
Implementations
sourceimpl UserStorageMetadata
impl UserStorageMetadata
sourcepub fn storage_utilized_in_bytes(&self) -> Option<i64>
pub fn storage_utilized_in_bytes(&self) -> Option<i64>
The amount of storage used, in bytes.
sourcepub fn storage_rule(&self) -> Option<&StorageRuleType>
pub fn storage_rule(&self) -> Option<&StorageRuleType>
The storage for a user.
sourceimpl UserStorageMetadata
impl UserStorageMetadata
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UserStorageMetadata
.
Trait Implementations
sourceimpl Clone for UserStorageMetadata
impl Clone for UserStorageMetadata
sourcefn clone(&self) -> UserStorageMetadata
fn clone(&self) -> UserStorageMetadata
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UserStorageMetadata
impl Debug for UserStorageMetadata
sourceimpl PartialEq<UserStorageMetadata> for UserStorageMetadata
impl PartialEq<UserStorageMetadata> for UserStorageMetadata
sourcefn eq(&self, other: &UserStorageMetadata) -> bool
fn eq(&self, other: &UserStorageMetadata) -> bool
impl StructuralPartialEq for UserStorageMetadata
Auto Trait Implementations
impl RefUnwindSafe for UserStorageMetadata
impl Send for UserStorageMetadata
impl Sync for UserStorageMetadata
impl Unpin for UserStorageMetadata
impl UnwindSafe for UserStorageMetadata
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more