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