pub struct DeclareSection { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for DeclareSection
impl AstNode for DeclareSection
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Source§impl Clone for DeclareSection
impl Clone for DeclareSection
Source§fn clone(&self) -> DeclareSection
fn clone(&self) -> DeclareSection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DeclareSection
impl Debug for DeclareSection
impl Eq for DeclareSection
Source§impl Hash for DeclareSection
impl Hash for DeclareSection
Source§impl PartialEq for DeclareSection
impl PartialEq for DeclareSection
impl StructuralPartialEq for DeclareSection
Auto Trait Implementations§
impl !RefUnwindSafe for DeclareSection
impl !Send for DeclareSection
impl !Sync for DeclareSection
impl !UnwindSafe for DeclareSection
impl Freeze for DeclareSection
impl Unpin for DeclareSection
impl UnsafeUnpin for DeclareSection
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