pub struct MissingNode { /* private fields */ }Expand description
Recovery payload for an omitted grammar node. Its enclosing Node still
carries the insertion range and identity.
Implementations§
Trait Implementations§
Source§impl Clone for MissingNode
impl Clone for MissingNode
Source§fn clone(&self) -> MissingNode
fn clone(&self) -> MissingNode
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 MissingNode
impl Debug for MissingNode
impl Eq for MissingNode
Source§impl PartialEq for MissingNode
impl PartialEq for MissingNode
impl StructuralPartialEq for MissingNode
Auto Trait Implementations§
impl Freeze for MissingNode
impl RefUnwindSafe for MissingNode
impl Send for MissingNode
impl Sync for MissingNode
impl Unpin for MissingNode
impl UnsafeUnpin for MissingNode
impl UnwindSafe for MissingNode
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