pub struct TypeIndexed {
pub bty: BaseType,
pub bracket_token: Bracket,
pub expr: TokenStream,
}
Fields§
§bty: BaseType
§bracket_token: Bracket
§expr: TokenStream
Implementations§
Source§impl TypeIndexed
impl TypeIndexed
fn to_tokens_inner(&self, tokens: &mut TokenStream, mode: Mode)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypeIndexed
impl RefUnwindSafe for TypeIndexed
impl !Send for TypeIndexed
impl !Sync for TypeIndexed
impl Unpin for TypeIndexed
impl UnwindSafe for TypeIndexed
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