pub struct DropOpClassOptionList { /* private fields */ }Implementations§
Source§impl DropOpClassOptionList
impl DropOpClassOptionList
pub fn drop_op_class_options(&self) -> AstChildren<DropOpClassOption> ⓘ
Trait Implementations§
Source§impl AstNode for DropOpClassOptionList
impl AstNode for DropOpClassOptionList
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 DropOpClassOptionList
impl Clone for DropOpClassOptionList
Source§fn clone(&self) -> DropOpClassOptionList
fn clone(&self) -> DropOpClassOptionList
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 DropOpClassOptionList
impl Debug for DropOpClassOptionList
Source§impl Hash for DropOpClassOptionList
impl Hash for DropOpClassOptionList
Source§impl PartialEq for DropOpClassOptionList
impl PartialEq for DropOpClassOptionList
impl Eq for DropOpClassOptionList
impl StructuralPartialEq for DropOpClassOptionList
Auto Trait Implementations§
impl Freeze for DropOpClassOptionList
impl !RefUnwindSafe for DropOpClassOptionList
impl !Send for DropOpClassOptionList
impl !Sync for DropOpClassOptionList
impl Unpin for DropOpClassOptionList
impl !UnwindSafe for DropOpClassOptionList
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