pub struct ExistsParam {
    pub ident: Ident,
    pub colon_token: Option<Colon>,
    pub sort: Option<Ident>,
}Fields§
§ident: Ident§colon_token: Option<Colon>§sort: Option<Ident>Implementations§
Source§impl ExistsParam
 
impl ExistsParam
fn to_tokens_inner(&self, tokens: &mut TokenStream)
Trait Implementations§
Source§impl Debug for ExistsParam
 
impl Debug for ExistsParam
Source§impl Parse for ExistsParam
 
impl Parse for ExistsParam
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for ExistsParam
impl RefUnwindSafe for ExistsParam
impl !Send for ExistsParam
impl !Sync for ExistsParam
impl Unpin for ExistsParam
impl UnwindSafe for ExistsParam
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