struct ParsedAttrs {
normal: Vec<Attr>,
syntax: Vec<SyntaxAttr>,
}
Fields§
§normal: Vec<Attr>
§syntax: Vec<SyntaxAttr>
Implementations§
Trait Implementations§
Source§impl Default for ParsedAttrs
impl Default for ParsedAttrs
Source§fn default() -> ParsedAttrs
fn default() -> ParsedAttrs
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ParsedAttrs
impl RefUnwindSafe for ParsedAttrs
impl Send for ParsedAttrs
impl Sync for ParsedAttrs
impl Unpin for ParsedAttrs
impl UnwindSafe for ParsedAttrs
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