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