pub struct ParsedField {
pub name: Option<String>,
pub attrs: Vec<ParsedAttribute>,
pub ty: Vec<TokenTree>,
pub span: Span,
}Fields§
§name: Option<String>§attrs: Vec<ParsedAttribute>§ty: Vec<TokenTree>§span: SpanImplementations§
Source§impl ParsedField
impl ParsedField
Auto Trait Implementations§
impl Freeze for ParsedField
impl RefUnwindSafe for ParsedField
impl Send for ParsedField
impl Sync for ParsedField
impl Unpin for ParsedField
impl UnwindSafe for ParsedField
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