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