Struct object::read::ObjectMapEntry
source · [−]pub struct ObjectMapEntry<'data> { /* private fields */ }
Expand description
A ObjectMap
entry.
Implementations
Trait Implementations
sourceimpl<'data> Clone for ObjectMapEntry<'data>
impl<'data> Clone for ObjectMapEntry<'data>
sourcefn clone(&self) -> ObjectMapEntry<'data>
fn clone(&self) -> ObjectMapEntry<'data>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl<'data> Debug for ObjectMapEntry<'data>
impl<'data> Debug for ObjectMapEntry<'data>
sourceimpl<'data> Default for ObjectMapEntry<'data>
impl<'data> Default for ObjectMapEntry<'data>
sourcefn default() -> ObjectMapEntry<'data>
fn default() -> ObjectMapEntry<'data>
Returns the “default value” for a type. Read more
sourceimpl<'data> Hash for ObjectMapEntry<'data>
impl<'data> Hash for ObjectMapEntry<'data>
sourceimpl<'data> PartialEq<ObjectMapEntry<'data>> for ObjectMapEntry<'data>
impl<'data> PartialEq<ObjectMapEntry<'data>> for ObjectMapEntry<'data>
sourcefn eq(&self, other: &ObjectMapEntry<'data>) -> bool
fn eq(&self, other: &ObjectMapEntry<'data>) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ObjectMapEntry<'data>) -> bool
fn ne(&self, other: &ObjectMapEntry<'data>) -> bool
This method tests for !=
.
sourceimpl<'data> SymbolMapEntry for ObjectMapEntry<'data>
impl<'data> SymbolMapEntry for ObjectMapEntry<'data>
impl<'data> Copy for ObjectMapEntry<'data>
impl<'data> Eq for ObjectMapEntry<'data>
impl<'data> StructuralEq for ObjectMapEntry<'data>
impl<'data> StructuralPartialEq for ObjectMapEntry<'data>
Auto Trait Implementations
impl<'data> RefUnwindSafe for ObjectMapEntry<'data>
impl<'data> Send for ObjectMapEntry<'data>
impl<'data> Sync for ObjectMapEntry<'data>
impl<'data> Unpin for ObjectMapEntry<'data>
impl<'data> UnwindSafe for ObjectMapEntry<'data>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more