pub struct AttributeGroup<'ast> {
pub attributes: &'ast [Attribute<'ast>],
pub span: Span,
}Fields§
§attributes: &'ast [Attribute<'ast>]§span: SpanTrait Implementations§
Source§impl<'ast> Clone for AttributeGroup<'ast>
impl<'ast> Clone for AttributeGroup<'ast>
Source§fn clone(&self) -> AttributeGroup<'ast>
fn clone(&self) -> AttributeGroup<'ast>
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<'ast> Debug for AttributeGroup<'ast>
impl<'ast> Debug for AttributeGroup<'ast>
Source§impl<'ast> Serialize for AttributeGroup<'ast>
impl<'ast> Serialize for AttributeGroup<'ast>
impl<'ast> Copy for AttributeGroup<'ast>
Auto Trait Implementations§
impl<'ast> Freeze for AttributeGroup<'ast>
impl<'ast> RefUnwindSafe for AttributeGroup<'ast>
impl<'ast> Send for AttributeGroup<'ast>
impl<'ast> Sync for AttributeGroup<'ast>
impl<'ast> Unpin for AttributeGroup<'ast>
impl<'ast> UnwindSafe for AttributeGroup<'ast>
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