pub struct InvertedMapReturn(/* private fields */);Expand description
Inverts the returned values in CDT Map operations.
Trait Implementations§
Source§impl Clone for InvertedMapReturn
impl Clone for InvertedMapReturn
Source§fn clone(&self) -> InvertedMapReturn
fn clone(&self) -> InvertedMapReturn
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InvertedMapReturn
Source§impl Debug for InvertedMapReturn
impl Debug for InvertedMapReturn
Source§impl ToMapReturnTypeBitmask for InvertedMapReturn
impl ToMapReturnTypeBitmask for InvertedMapReturn
Source§fn to_bitmask(self) -> i64
fn to_bitmask(self) -> i64
Converts to a u64 bitmask
Auto Trait Implementations§
impl Freeze for InvertedMapReturn
impl RefUnwindSafe for InvertedMapReturn
impl Send for InvertedMapReturn
impl Sync for InvertedMapReturn
impl Unpin for InvertedMapReturn
impl UnsafeUnpin for InvertedMapReturn
impl UnwindSafe for InvertedMapReturn
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