pub struct FieldUpdate<'tree> {
pub span: Span,
pub expression: Option<FieldUpdateExpression<'tree>>,
pub field: Option<FieldUpdateField<'tree>>,
pub children: Option<Wildcard<'tree>>,
}Fields§
§span: Span§expression: Option<FieldUpdateExpression<'tree>>§field: Option<FieldUpdateField<'tree>>§children: Option<Wildcard<'tree>>Trait Implementations§
Source§impl<'tree> Clone for FieldUpdate<'tree>
impl<'tree> Clone for FieldUpdate<'tree>
Source§fn clone(&self) -> FieldUpdate<'tree>
fn clone(&self) -> FieldUpdate<'tree>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'tree> Debug for FieldUpdate<'tree>
impl<'tree> Debug for FieldUpdate<'tree>
impl<'tree> Eq for FieldUpdate<'tree>
Source§impl<'tree> FromNode<'tree> for FieldUpdate<'tree>
impl<'tree> FromNode<'tree> for FieldUpdate<'tree>
Source§impl<'tree> PartialEq for FieldUpdate<'tree>
impl<'tree> PartialEq for FieldUpdate<'tree>
Source§impl Spanned for FieldUpdate<'_>
impl Spanned for FieldUpdate<'_>
impl<'tree> StructuralPartialEq for FieldUpdate<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for FieldUpdate<'tree>
impl<'tree> RefUnwindSafe for FieldUpdate<'tree>
impl<'tree> Send for FieldUpdate<'tree>
impl<'tree> Sync for FieldUpdate<'tree>
impl<'tree> Unpin for FieldUpdate<'tree>
impl<'tree> UnsafeUnpin for FieldUpdate<'tree>
impl<'tree> UnwindSafe for FieldUpdate<'tree>
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