pub struct TransformToFunc { /* private fields */ }Implementations§
Source§impl TransformToFunc
impl TransformToFunc
pub fn function_sig(&self) -> Option<FunctionSig>
pub fn function_token(&self) -> Option<SyntaxToken>
pub fn sql_token(&self) -> Option<SyntaxToken>
pub fn to_token(&self) -> Option<SyntaxToken>
pub fn with_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for TransformToFunc
impl AstNode for TransformToFunc
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 TransformToFunc
impl Clone for TransformToFunc
Source§fn clone(&self) -> TransformToFunc
fn clone(&self) -> TransformToFunc
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 TransformToFunc
impl Debug for TransformToFunc
Source§impl Hash for TransformToFunc
impl Hash for TransformToFunc
Source§impl PartialEq for TransformToFunc
impl PartialEq for TransformToFunc
impl Eq for TransformToFunc
impl StructuralPartialEq for TransformToFunc
Auto Trait Implementations§
impl Freeze for TransformToFunc
impl !RefUnwindSafe for TransformToFunc
impl !Send for TransformToFunc
impl !Sync for TransformToFunc
impl Unpin for TransformToFunc
impl !UnwindSafe for TransformToFunc
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