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