pub struct OneConstantDeclNode { /* private fields */ }Implementations§
Source§impl OneConstantDeclNode
impl OneConstantDeclNode
pub fn all_id_node(&self) -> impl Iterator<Item = IdNode>
pub fn type_node(&self) -> Option<TypeNode>
pub fn expression_node(&self) -> Option<ExpressionNode>
Trait Implementations§
Source§impl AstNode for OneConstantDeclNode
impl AstNode for OneConstantDeclNode
Source§impl Clone for OneConstantDeclNode
impl Clone for OneConstantDeclNode
Source§fn clone(&self) -> OneConstantDeclNode
fn clone(&self) -> OneConstantDeclNode
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 OneConstantDeclNode
impl Debug for OneConstantDeclNode
Source§impl Hash for OneConstantDeclNode
impl Hash for OneConstantDeclNode
Source§impl PartialEq for OneConstantDeclNode
impl PartialEq for OneConstantDeclNode
impl Eq for OneConstantDeclNode
impl StructuralPartialEq for OneConstantDeclNode
Auto Trait Implementations§
impl Freeze for OneConstantDeclNode
impl !RefUnwindSafe for OneConstantDeclNode
impl !Send for OneConstantDeclNode
impl !Sync for OneConstantDeclNode
impl Unpin for OneConstantDeclNode
impl !UnwindSafe for OneConstantDeclNode
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