Struct stack_graphs::graph::JumpToNode [−][src]
pub struct JumpToNode;
Expand description
The singleton “jump to” node, which allows a name binding path to jump back to another part of the graph.
Trait Implementations
impl Display for JumpToNode[src]
impl Display for JumpToNode[src]impl From<JumpToNode> for Node[src]
impl From<JumpToNode> for Node[src]fn from(node: JumpToNode) -> Node[src]
fn from(node: JumpToNode) -> Node[src]Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for JumpToNode
impl Send for JumpToNode
impl Sync for JumpToNode
impl Unpin for JumpToNode
impl UnwindSafe for JumpToNode
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more