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