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