Struct biodivine_lib_param_bn::async_graph::Fwd
source · [−]pub struct Fwd<'a, Edges: AsyncGraphEdgeParams> {
graph: &'a AsyncGraph<Edges>,
}
Expand description
A forward EvolutionOperator
of the AsyncGraph
.
Fields
graph: &'a AsyncGraph<Edges>
Trait Implementations
sourceimpl<'a, Params: AsyncGraphEdgeParams> EvolutionOperator for Fwd<'a, Params>
impl<'a, Params: AsyncGraphEdgeParams> EvolutionOperator for Fwd<'a, Params>
sourceimpl<'a, Params: AsyncGraphEdgeParams> InvertibleEvolutionOperator for Fwd<'a, Params>
impl<'a, Params: AsyncGraphEdgeParams> InvertibleEvolutionOperator for Fwd<'a, Params>
type InvertedOperator = Bwd<'a, Params>
fn invert(&self) -> Self::InvertedOperator
Auto Trait Implementations
impl<'a, Edges> RefUnwindSafe for Fwd<'a, Edges> where
Edges: RefUnwindSafe,
impl<'a, Edges> Send for Fwd<'a, Edges> where
Edges: Sync,
impl<'a, Edges> Sync for Fwd<'a, Edges> where
Edges: Sync,
impl<'a, Edges> Unpin for Fwd<'a, Edges>
impl<'a, Edges> UnwindSafe for Fwd<'a, Edges> where
Edges: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more