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