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