pub struct ValueMapEntry<'de> {
pub key: TpackValue<'de>,
pub value: TpackValue<'de>,
}Fields§
§key: TpackValue<'de>§value: TpackValue<'de>Trait Implementations§
Source§impl<'de> Clone for ValueMapEntry<'de>
impl<'de> Clone for ValueMapEntry<'de>
Source§fn clone(&self) -> ValueMapEntry<'de>
fn clone(&self) -> ValueMapEntry<'de>
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 moreSource§impl<'de> Debug for ValueMapEntry<'de>
impl<'de> Debug for ValueMapEntry<'de>
Source§impl<'de> PartialEq for ValueMapEntry<'de>
impl<'de> PartialEq for ValueMapEntry<'de>
Source§fn eq(&self, other: &ValueMapEntry<'de>) -> bool
fn eq(&self, other: &ValueMapEntry<'de>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'de> StructuralPartialEq for ValueMapEntry<'de>
Auto Trait Implementations§
impl<'de> Freeze for ValueMapEntry<'de>
impl<'de> RefUnwindSafe for ValueMapEntry<'de>
impl<'de> Send for ValueMapEntry<'de>
impl<'de> Sync for ValueMapEntry<'de>
impl<'de> Unpin for ValueMapEntry<'de>
impl<'de> UnsafeUnpin for ValueMapEntry<'de>
impl<'de> UnwindSafe for ValueMapEntry<'de>
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