pub struct JoinLeft { /* private fields */ }
Implementations§
Source§impl JoinLeft
impl JoinLeft
pub fn join_token(&self) -> Option<SyntaxToken>
pub fn left_token(&self) -> Option<SyntaxToken>
pub fn outer_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for JoinLeft
impl AstNode for JoinLeft
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
impl Eq for JoinLeft
impl StructuralPartialEq for JoinLeft
Auto Trait Implementations§
impl Freeze for JoinLeft
impl !RefUnwindSafe for JoinLeft
impl !Send for JoinLeft
impl !Sync for JoinLeft
impl Unpin for JoinLeft
impl !UnwindSafe for JoinLeft
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