pub struct SecondaryIndexStats { /* private fields */ }
Trait Implementations
sourceimpl Debug for SecondaryIndexStats
impl Debug for SecondaryIndexStats
sourceimpl Default for SecondaryIndexStats
impl Default for SecondaryIndexStats
sourcefn 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
sourceimpl<T> AbiExample for T
impl<T> AbiExample for T
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