pub struct NodeMissing;Expand description
Error returned by Graph::add_port when the owning node doesn’t exist.
Trait Implementations§
Source§impl Clone for NodeMissing
impl Clone for NodeMissing
Source§fn clone(&self) -> NodeMissing
fn clone(&self) -> NodeMissing
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NodeMissing
Source§impl Debug for NodeMissing
impl Debug for NodeMissing
impl Eq for NodeMissing
Source§impl PartialEq for NodeMissing
impl PartialEq for NodeMissing
Source§fn eq(&self, other: &NodeMissing) -> bool
fn eq(&self, other: &NodeMissing) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NodeMissing
Auto Trait Implementations§
impl Freeze for NodeMissing
impl RefUnwindSafe for NodeMissing
impl Send for NodeMissing
impl Sync for NodeMissing
impl Unpin for NodeMissing
impl UnsafeUnpin for NodeMissing
impl UnwindSafe for NodeMissing
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