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