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