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