Struct rust_sitter_common::FieldThenParams
source · [−]pub struct FieldThenParams {
pub field: Field,
pub comma: Option<Comma>,
pub params: Punctuated<NameValueExpr, Comma>,
}Fields
field: Fieldcomma: Option<Comma>params: Punctuated<NameValueExpr, Comma>Trait Implementations
sourceimpl Clone for FieldThenParams
impl Clone for FieldThenParams
sourcefn clone(&self) -> FieldThenParams
fn clone(&self) -> FieldThenParams
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for FieldThenParams
impl Debug for FieldThenParams
sourceimpl Parse for FieldThenParams
impl Parse for FieldThenParams
fn parse(input: ParseStream<'_>) -> Result<Self>
sourceimpl PartialEq<FieldThenParams> for FieldThenParams
impl PartialEq<FieldThenParams> for FieldThenParams
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &FieldThenParams) -> bool
fn ne(&self, other: &FieldThenParams) -> bool
This method tests for !=.
impl StructuralPartialEq for FieldThenParams
Auto Trait Implementations
impl RefUnwindSafe for FieldThenParams
impl !Send for FieldThenParams
impl !Sync for FieldThenParams
impl Unpin for FieldThenParams
impl UnwindSafe for FieldThenParams
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more