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