pub struct IntoClause { /* private fields */ }
Implementations§
Source§impl IntoClause
impl IntoClause
pub fn into_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for IntoClause
impl AstNode for IntoClause
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,
Source§impl Clone for IntoClause
impl Clone for IntoClause
Source§fn clone(&self) -> IntoClause
fn clone(&self) -> IntoClause
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IntoClause
impl Debug for IntoClause
Source§impl Hash for IntoClause
impl Hash for IntoClause
Source§impl PartialEq for IntoClause
impl PartialEq for IntoClause
impl Eq for IntoClause
impl StructuralPartialEq for IntoClause
Auto Trait Implementations§
impl Freeze for IntoClause
impl !RefUnwindSafe for IntoClause
impl !Send for IntoClause
impl !Sync for IntoClause
impl Unpin for IntoClause
impl !UnwindSafe for IntoClause
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