Struct rust_sitter_common::FieldThenParams
source · pub struct FieldThenParams {
pub field: Field,
pub comma: Option<Comma>,
pub params: Punctuated<NameValueExpr, Comma>,
}Fields§
§field: Field§comma: Option<Comma>§params: Punctuated<NameValueExpr, Comma>Trait Implementations§
source§impl Clone for FieldThenParams
impl Clone for FieldThenParams
source§fn clone(&self) -> FieldThenParams
fn clone(&self) -> FieldThenParams
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for FieldThenParams
impl Debug for FieldThenParams
source§impl Parse for FieldThenParams
impl Parse for FieldThenParams
fn parse(input: ParseStream<'_>) -> Result<Self>
source§impl PartialEq<FieldThenParams> for FieldThenParams
impl PartialEq<FieldThenParams> for FieldThenParams
source§fn eq(&self, other: &FieldThenParams) -> bool
fn eq(&self, other: &FieldThenParams) -> bool
This method tests for
self and other values to be equal, and is used
by ==.