pub struct ObjectIdentity { /* private fields */ }Expand description
Stable object identity used by traversal.
Trait Implementations§
Source§impl Clone for ObjectIdentity
impl Clone for ObjectIdentity
Source§fn clone(&self) -> ObjectIdentity
fn clone(&self) -> ObjectIdentity
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 ObjectIdentity
impl Debug for ObjectIdentity
Source§impl Hash for ObjectIdentity
impl Hash for ObjectIdentity
Source§impl PartialEq for ObjectIdentity
impl PartialEq for ObjectIdentity
Source§fn eq(&self, other: &ObjectIdentity) -> bool
fn eq(&self, other: &ObjectIdentity) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ObjectIdentity
impl StructuralPartialEq for ObjectIdentity
Auto Trait Implementations§
impl Freeze for ObjectIdentity
impl RefUnwindSafe for ObjectIdentity
impl Send for ObjectIdentity
impl Sync for ObjectIdentity
impl Unpin for ObjectIdentity
impl UnsafeUnpin for ObjectIdentity
impl UnwindSafe for ObjectIdentity
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