pub struct KmsUsageState { /* private fields */ }Implementations§
Source§impl KmsUsageState
impl KmsUsageState
pub fn records(&self) -> &[KmsUsageRecord]
pub fn push(&mut self, record: KmsUsageRecord)
pub fn clear(&mut self)
Trait Implementations§
Source§impl Default for KmsUsageState
impl Default for KmsUsageState
Source§fn default() -> KmsUsageState
fn default() -> KmsUsageState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for KmsUsageState
impl RefUnwindSafe for KmsUsageState
impl Send for KmsUsageState
impl Sync for KmsUsageState
impl Unpin for KmsUsageState
impl UnsafeUnpin for KmsUsageState
impl UnwindSafe for KmsUsageState
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