pub struct DropOpClassOption { /* private fields */ }Implementations§
Source§impl DropOpClassOption
impl DropOpClassOption
pub fn literal(&self) -> Option<Literal>
pub fn param_list(&self) -> Option<ParamList>
pub fn function_token(&self) -> Option<SyntaxToken>
pub fn operator_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for DropOpClassOption
impl AstNode for DropOpClassOption
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 DropOpClassOption
impl Clone for DropOpClassOption
Source§fn clone(&self) -> DropOpClassOption
fn clone(&self) -> DropOpClassOption
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 DropOpClassOption
impl Debug for DropOpClassOption
Source§impl Hash for DropOpClassOption
impl Hash for DropOpClassOption
Source§impl PartialEq for DropOpClassOption
impl PartialEq for DropOpClassOption
impl Eq for DropOpClassOption
impl StructuralPartialEq for DropOpClassOption
Auto Trait Implementations§
impl Freeze for DropOpClassOption
impl !RefUnwindSafe for DropOpClassOption
impl !Send for DropOpClassOption
impl !Sync for DropOpClassOption
impl Unpin for DropOpClassOption
impl !UnwindSafe for DropOpClassOption
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