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