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