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