pub struct SerializableNodePtr { /* private fields */ }Trait Implementations§
Source§impl Clone for SerializableNodePtr
impl Clone for SerializableNodePtr
Source§fn clone(&self) -> SerializableNodePtr
fn clone(&self) -> SerializableNodePtr
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 SerializableNodePtr
impl Debug for SerializableNodePtr
Source§impl Deref for SerializableNodePtr
impl Deref for SerializableNodePtr
Source§impl DerefMut for SerializableNodePtr
impl DerefMut for SerializableNodePtr
impl Eq for SerializableNodePtr
Source§impl From<&SerializableNodePtr> for NodePtr
impl From<&SerializableNodePtr> for NodePtr
Source§fn from(serializable: &SerializableNodePtr) -> Self
fn from(serializable: &SerializableNodePtr) -> Self
Converts to this type from the input type.
Source§impl From<SerializableNodePtr> for NodePtr
impl From<SerializableNodePtr> for NodePtr
Source§fn from(serializable: SerializableNodePtr) -> Self
fn from(serializable: SerializableNodePtr) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SerializableNodePtr
impl PartialEq for SerializableNodePtr
Auto Trait Implementations§
impl !RefUnwindSafe for SerializableNodePtr
impl !Send for SerializableNodePtr
impl !Sync for SerializableNodePtr
impl !UnwindSafe for SerializableNodePtr
impl Freeze for SerializableNodePtr
impl Unpin for SerializableNodePtr
impl UnsafeUnpin for SerializableNodePtr
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.