Struct rust_sitter_common::NameValueExpr
source · [−]Fields
path: Identeq_token: Eqexpr: ExprTrait Implementations
sourceimpl Clone for NameValueExpr
impl Clone for NameValueExpr
sourcefn clone(&self) -> NameValueExpr
fn clone(&self) -> NameValueExpr
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 NameValueExpr
impl Debug for NameValueExpr
sourceimpl Parse for NameValueExpr
impl Parse for NameValueExpr
fn parse(input: ParseStream<'_>) -> Result<Self>
sourceimpl PartialEq<NameValueExpr> for NameValueExpr
impl PartialEq<NameValueExpr> for NameValueExpr
sourcefn eq(&self, other: &NameValueExpr) -> bool
fn eq(&self, other: &NameValueExpr) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &NameValueExpr) -> bool
fn ne(&self, other: &NameValueExpr) -> bool
This method tests for !=.
impl StructuralPartialEq for NameValueExpr
Auto Trait Implementations
impl RefUnwindSafe for NameValueExpr
impl !Send for NameValueExpr
impl !Sync for NameValueExpr
impl Unpin for NameValueExpr
impl UnwindSafe for NameValueExpr
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