pub struct ObjectEntries(/* private fields */);Trait Implementations§
Source§impl Clone for ObjectEntries
impl Clone for ObjectEntries
Source§fn clone(&self) -> ObjectEntries
fn clone(&self) -> ObjectEntries
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 Debug for ObjectEntries
impl Debug for ObjectEntries
Source§impl Default for ObjectEntries
impl Default for ObjectEntries
Source§fn default() -> ObjectEntries
fn default() -> ObjectEntries
Returns the “default value” for a type. Read more
Source§impl PartialEq for ObjectEntries
impl PartialEq for ObjectEntries
Source§fn eq(&self, other: &ObjectEntries) -> bool
fn eq(&self, other: &ObjectEntries) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ObjectEntries
impl StructuralPartialEq for ObjectEntries
Auto Trait Implementations§
impl Freeze for ObjectEntries
impl RefUnwindSafe for ObjectEntries
impl Send for ObjectEntries
impl Sync for ObjectEntries
impl Unpin for ObjectEntries
impl UnsafeUnpin for ObjectEntries
impl UnwindSafe for ObjectEntries
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