pub struct Attribute<'s> {
pub after_pound: Whitespace<'s>,
pub after_exclamation: Whitespace<'s>,
pub after_bracket: Whitespace<'s>,
pub after_enable: Whitespace<'s>,
pub extentions: Separated<'s, &'s str>,
pub after_paren: Whitespace<'s>,
}Fields§
§after_pound: Whitespace<'s>§after_exclamation: Whitespace<'s>§after_bracket: Whitespace<'s>§after_enable: Whitespace<'s>§extentions: Separated<'s, &'s str>§after_paren: Whitespace<'s>Trait Implementations§
impl<'s> StructuralPartialEq for Attribute<'s>
Auto Trait Implementations§
impl<'s> Freeze for Attribute<'s>
impl<'s> RefUnwindSafe for Attribute<'s>
impl<'s> Send for Attribute<'s>
impl<'s> Sync for Attribute<'s>
impl<'s> Unpin for Attribute<'s>
impl<'s> UnwindSafe for Attribute<'s>
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