pub struct IntoClause { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for IntoClause
impl AstNode for IntoClause
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
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 (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 Debug for IntoClause
impl Debug for IntoClause
impl Eq for IntoClause
Source§impl Hash for IntoClause
impl Hash for IntoClause
Source§impl PartialEq for IntoClause
impl PartialEq for IntoClause
impl StructuralPartialEq for IntoClause
Auto Trait Implementations§
impl !RefUnwindSafe for IntoClause
impl !Send for IntoClause
impl !Sync for IntoClause
impl !UnwindSafe for IntoClause
impl Freeze for IntoClause
impl Unpin for IntoClause
impl UnsafeUnpin 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