pub struct PreprocNullable<'tree> {
pub span: Span,
/* private fields */
}Fields§
§span: SpanTrait Implementations§
Source§impl<'tree> Clone for PreprocNullable<'tree>
impl<'tree> Clone for PreprocNullable<'tree>
Source§fn clone(&self) -> PreprocNullable<'tree>
fn clone(&self) -> PreprocNullable<'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 moreSource§impl<'tree> Debug for PreprocNullable<'tree>
impl<'tree> Debug for PreprocNullable<'tree>
impl<'tree> Eq for PreprocNullable<'tree>
Source§impl<'tree> FromNode<'tree> for PreprocNullable<'tree>
impl<'tree> FromNode<'tree> for PreprocNullable<'tree>
Source§impl<'tree> LeafNode<'tree> for PreprocNullable<'tree>
impl<'tree> LeafNode<'tree> for PreprocNullable<'tree>
Source§impl<'tree> PartialEq for PreprocNullable<'tree>
impl<'tree> PartialEq for PreprocNullable<'tree>
Source§impl Spanned for PreprocNullable<'_>
impl Spanned for PreprocNullable<'_>
impl<'tree> StructuralPartialEq for PreprocNullable<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for PreprocNullable<'tree>
impl<'tree> RefUnwindSafe for PreprocNullable<'tree>
impl<'tree> Send for PreprocNullable<'tree>
impl<'tree> Sync for PreprocNullable<'tree>
impl<'tree> Unpin for PreprocNullable<'tree>
impl<'tree> UnsafeUnpin for PreprocNullable<'tree>
impl<'tree> UnwindSafe for PreprocNullable<'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