pub struct SecondaryIndexLargestKeys(_);
Implementations§
Trait Implementations§
source§impl Debug for SecondaryIndexLargestKeys
impl Debug for SecondaryIndexLargestKeys
Auto Trait Implementations§
impl RefUnwindSafe for SecondaryIndexLargestKeys
impl Send for SecondaryIndexLargestKeys
impl Sync for SecondaryIndexLargestKeys
impl Unpin for SecondaryIndexLargestKeys
impl UnwindSafe for SecondaryIndexLargestKeys
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