pub struct Projection<'tree> {
pub span: Span,
pub expression: Expression<'tree>,
pub field: FieldName<'tree>,
}Fields§
§span: Span§expression: Expression<'tree>§field: FieldName<'tree>Trait Implementations§
Source§impl<'tree> Clone for Projection<'tree>
impl<'tree> Clone for Projection<'tree>
Source§fn clone(&self) -> Projection<'tree>
fn clone(&self) -> Projection<'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 Projection<'tree>
impl<'tree> Debug for Projection<'tree>
impl<'tree> Eq for Projection<'tree>
Source§impl<'tree> FromNode<'tree> for Projection<'tree>
impl<'tree> FromNode<'tree> for Projection<'tree>
Source§impl<'tree> PartialEq for Projection<'tree>
impl<'tree> PartialEq for Projection<'tree>
Source§impl Spanned for Projection<'_>
impl Spanned for Projection<'_>
impl<'tree> StructuralPartialEq for Projection<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for Projection<'tree>
impl<'tree> RefUnwindSafe for Projection<'tree>
impl<'tree> Send for Projection<'tree>
impl<'tree> Sync for Projection<'tree>
impl<'tree> Unpin for Projection<'tree>
impl<'tree> UnsafeUnpin for Projection<'tree>
impl<'tree> UnwindSafe for Projection<'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