pub struct MapDatumEntry { /* private fields */ }
Expand description
Key-value pair stored in Datum::MapDatum
Trait Implementations§
Source§impl Clone for MapDatumEntry
impl Clone for MapDatumEntry
Source§fn clone(&self) -> MapDatumEntry
fn clone(&self) -> MapDatumEntry
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MapDatumEntry
impl Debug for MapDatumEntry
Source§impl PartialEq for MapDatumEntry
impl PartialEq for MapDatumEntry
impl StructuralPartialEq for MapDatumEntry
Auto Trait Implementations§
impl Freeze for MapDatumEntry
impl RefUnwindSafe for MapDatumEntry
impl Send for MapDatumEntry
impl Sync for MapDatumEntry
impl Unpin for MapDatumEntry
impl UnwindSafe for MapDatumEntry
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