pub struct JoinRight { /* private fields */ }
Implementations§
Source§impl JoinRight
impl JoinRight
pub fn join_token(&self) -> Option<SyntaxToken>
pub fn outer_token(&self) -> Option<SyntaxToken>
pub fn right_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for JoinRight
impl AstNode for JoinRight
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 JoinRight
impl StructuralPartialEq for JoinRight
Auto Trait Implementations§
impl Freeze for JoinRight
impl !RefUnwindSafe for JoinRight
impl !Send for JoinRight
impl !Sync for JoinRight
impl Unpin for JoinRight
impl !UnwindSafe for JoinRight
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