pub struct UnexpectedNode<T, Nt> { /* private fields */ }Trait Implementations§
Source§impl<T: Clone, Nt: Clone> Clone for UnexpectedNode<T, Nt>
impl<T: Clone, Nt: Clone> Clone for UnexpectedNode<T, Nt>
Source§fn clone(&self) -> UnexpectedNode<T, Nt>
fn clone(&self) -> UnexpectedNode<T, Nt>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<T: Copy, Nt: Copy> Copy for UnexpectedNode<T, Nt>
impl<T: Eq, Nt: Eq> Eq for UnexpectedNode<T, Nt>
impl<T, Nt> StructuralPartialEq for UnexpectedNode<T, Nt>
Auto Trait Implementations§
impl<T, Nt> Freeze for UnexpectedNode<T, Nt>
impl<T, Nt> RefUnwindSafe for UnexpectedNode<T, Nt>where
T: RefUnwindSafe,
Nt: RefUnwindSafe,
impl<T, Nt> Send for UnexpectedNode<T, Nt>
impl<T, Nt> Sync for UnexpectedNode<T, Nt>
impl<T, Nt> Unpin for UnexpectedNode<T, Nt>
impl<T, Nt> UnwindSafe for UnexpectedNode<T, Nt>where
T: UnwindSafe,
Nt: UnwindSafe,
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