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