pub struct PartitionForValuesIn { /* private fields */ }
Implementations§
Source§impl PartitionForValuesIn
impl PartitionForValuesIn
pub fn exprs(&self) -> AstChildren<Expr> ⓘ
pub fn l_paren_token(&self) -> Option<SyntaxToken>
pub fn r_paren_token(&self) -> Option<SyntaxToken>
pub fn for_token(&self) -> Option<SyntaxToken>
pub fn in_token(&self) -> Option<SyntaxToken>
pub fn values_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for PartitionForValuesIn
impl AstNode for PartitionForValuesIn
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 PartitionForValuesIn
impl Clone for PartitionForValuesIn
Source§fn clone(&self) -> PartitionForValuesIn
fn clone(&self) -> PartitionForValuesIn
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 PartitionForValuesIn
impl Debug for PartitionForValuesIn
Source§impl From<PartitionForValuesIn> for PartitionType
impl From<PartitionForValuesIn> for PartitionType
Source§fn from(node: PartitionForValuesIn) -> PartitionType
fn from(node: PartitionForValuesIn) -> PartitionType
Converts to this type from the input type.
Source§impl Hash for PartitionForValuesIn
impl Hash for PartitionForValuesIn
Source§impl PartialEq for PartitionForValuesIn
impl PartialEq for PartitionForValuesIn
impl Eq for PartitionForValuesIn
impl StructuralPartialEq for PartitionForValuesIn
Auto Trait Implementations§
impl Freeze for PartitionForValuesIn
impl !RefUnwindSafe for PartitionForValuesIn
impl !Send for PartitionForValuesIn
impl !Sync for PartitionForValuesIn
impl Unpin for PartitionForValuesIn
impl !UnwindSafe for PartitionForValuesIn
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