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