pub struct SecondaryIndexStats { /* private fields */ }
Trait Implementations§
source§impl Debug for SecondaryIndexStats
impl Debug for SecondaryIndexStats
source§impl Default for SecondaryIndexStats
impl Default for SecondaryIndexStats
source§fn default() -> SecondaryIndexStats
fn default() -> SecondaryIndexStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SecondaryIndexStats
impl Send for SecondaryIndexStats
impl Sync for SecondaryIndexStats
impl Unpin for SecondaryIndexStats
impl UnwindSafe for SecondaryIndexStats
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