pub enum FieldUpdateField<'tree> {
FieldName(Box<FieldName<'tree>>),
FieldPath(Box<FieldPath<'tree>>),
Qualified(Box<Qualified<'tree>>),
}Variants§
Trait Implementations§
Source§impl<'tree> Clone for FieldUpdateField<'tree>
impl<'tree> Clone for FieldUpdateField<'tree>
Source§fn clone(&self) -> FieldUpdateField<'tree>
fn clone(&self) -> FieldUpdateField<'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 FieldUpdateField<'tree>
impl<'tree> Debug for FieldUpdateField<'tree>
impl<'tree> Eq for FieldUpdateField<'tree>
Source§impl<'tree> FromNode<'tree> for FieldUpdateField<'tree>
impl<'tree> FromNode<'tree> for FieldUpdateField<'tree>
Source§impl<'tree> PartialEq for FieldUpdateField<'tree>
impl<'tree> PartialEq for FieldUpdateField<'tree>
Source§impl Spanned for FieldUpdateField<'_>
impl Spanned for FieldUpdateField<'_>
impl<'tree> StructuralPartialEq for FieldUpdateField<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for FieldUpdateField<'tree>
impl<'tree> RefUnwindSafe for FieldUpdateField<'tree>
impl<'tree> Send for FieldUpdateField<'tree>
impl<'tree> Sync for FieldUpdateField<'tree>
impl<'tree> Unpin for FieldUpdateField<'tree>
impl<'tree> UnsafeUnpin for FieldUpdateField<'tree>
impl<'tree> UnwindSafe for FieldUpdateField<'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