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