pub struct GenDecl {
pub token_pos: Pos,
pub token: Token,
pub l_paran: Option<Pos>,
pub specs: Vec<SpecKey>,
pub r_paren: Option<Pos>,
}
Fields§
§token_pos: Pos
§token: Token
§l_paran: Option<Pos>
§specs: Vec<SpecKey>
§r_paren: Option<Pos>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GenDecl
impl Send for GenDecl
impl Sync for GenDecl
impl Unpin for GenDecl
impl UnwindSafe for GenDecl
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