pub struct StatefulGraph<T, V> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<T, V> AsRef<Graph<T>> for StatefulGraph<T, V>
impl<T, V> AsRef<Graph<T>> for StatefulGraph<T, V>
Source§impl<T: Clone, V: Clone> Clone for StatefulGraph<T, V>
impl<T: Clone, V: Clone> Clone for StatefulGraph<T, V>
Source§fn clone(&self) -> StatefulGraph<T, V>
fn clone(&self) -> StatefulGraph<T, V>
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 moreSource§impl<T, V> EvalIntoMut<[V], [V]> for StatefulGraph<T, V>
impl<T, V> EvalIntoMut<[V], [V]> for StatefulGraph<T, V>
fn eval_into_mut(&mut self, input: &[V], output: &mut [V])
Source§impl<T, V> From<Graph<T>> for StatefulGraph<T, V>
impl<T, V> From<Graph<T>> for StatefulGraph<T, V>
impl<T: PartialEq, V: PartialEq> StructuralPartialEq for StatefulGraph<T, V>
Auto Trait Implementations§
impl<T, V> Freeze for StatefulGraph<T, V>
impl<T, V> RefUnwindSafe for StatefulGraph<T, V>
impl<T, V> Send for StatefulGraph<T, V>
impl<T, V> Sync for StatefulGraph<T, V>
impl<T, V> Unpin for StatefulGraph<T, V>
impl<T, V> UnsafeUnpin for StatefulGraph<T, V>
impl<T, V> UnwindSafe for StatefulGraph<T, V>
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