pub struct RefinedByParam {
    pub ident: Ident,
    pub colon_token: Colon,
    pub sort: Sort,
}Fields§
§ident: Ident§colon_token: Colon§sort: SortTrait Implementations§
Source§impl Debug for RefinedByParam
 
impl Debug for RefinedByParam
Source§impl Parse for RefinedByParam
 
impl Parse for RefinedByParam
fn parse(input: ParseStream<'_>) -> Result<Self>
Source§impl ToTokens for RefinedByParam
 
impl ToTokens for RefinedByParam
Source§fn to_tokens(&self, tokens: &mut TokenStream)
 
fn to_tokens(&self, tokens: &mut TokenStream)
Source§fn to_token_stream(&self) -> TokenStream
 
fn to_token_stream(&self) -> TokenStream
Source§fn into_token_stream(self) -> TokenStreamwhere
    Self: Sized,
 
fn into_token_stream(self) -> TokenStreamwhere
    Self: Sized,
Auto Trait Implementations§
impl Freeze for RefinedByParam
impl RefUnwindSafe for RefinedByParam
impl !Send for RefinedByParam
impl !Sync for RefinedByParam
impl Unpin for RefinedByParam
impl UnwindSafe for RefinedByParam
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
Source§impl<T> Spanned for T
 
impl<T> Spanned for T
Source§fn span(&self) -> Span
 
fn span(&self) -> Span
Returns a 
Span covering the complete contents of this syntax tree
node, or Span::call_site() if this node is empty.