pub struct ErrorNodeView<'tree> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'tree> Clone for ErrorNodeView<'tree>
impl<'tree> Clone for ErrorNodeView<'tree>
Source§fn clone(&self) -> ErrorNodeView<'tree>
fn clone(&self) -> ErrorNodeView<'tree>
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 moreimpl<'tree> Copy for ErrorNodeView<'tree>
Auto Trait Implementations§
impl<'tree> !RefUnwindSafe for ErrorNodeView<'tree>
impl<'tree> !Send for ErrorNodeView<'tree>
impl<'tree> !Sync for ErrorNodeView<'tree>
impl<'tree> !UnwindSafe for ErrorNodeView<'tree>
impl<'tree> Freeze for ErrorNodeView<'tree>
impl<'tree> Unpin for ErrorNodeView<'tree>
impl<'tree> UnsafeUnpin for ErrorNodeView<'tree>
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