pub struct TypeGeneralExists {
pub brace_token: Brace,
pub params: Punctuated<ExistsParam, Comma>,
pub dot_token: Dot,
pub ty: Box<Type>,
pub or_token: Option<Or>,
pub pred: Option<TokenStream>,
}
Fields§
§brace_token: Brace
§params: Punctuated<ExistsParam, Comma>
§dot_token: Dot
§ty: Box<Type>
§or_token: Option<Or>
§pred: Option<TokenStream>
Implementations§
Source§impl TypeGeneralExists
impl TypeGeneralExists
fn to_tokens_inner(&self, tokens: &mut TokenStream, mode: Mode)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypeGeneralExists
impl RefUnwindSafe for TypeGeneralExists
impl !Send for TypeGeneralExists
impl !Sync for TypeGeneralExists
impl Unpin for TypeGeneralExists
impl UnwindSafe for TypeGeneralExists
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