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