Struct biodivine_lib_param_bn::async_graph::Bwd
source · [−]pub struct Bwd<'a, Edges: AsyncGraphEdgeParams> {
graph: &'a AsyncGraph<Edges>,
}
Expand description
A backward EvolutionOperator
of the AsyncGraph
.
Fields
graph: &'a AsyncGraph<Edges>
Trait Implementations
sourceimpl<'a, Params: AsyncGraphEdgeParams> EvolutionOperator for Bwd<'a, Params>
impl<'a, Params: AsyncGraphEdgeParams> EvolutionOperator for Bwd<'a, Params>
sourceimpl<'a, Params: AsyncGraphEdgeParams> InvertibleEvolutionOperator for Bwd<'a, Params>
impl<'a, Params: AsyncGraphEdgeParams> InvertibleEvolutionOperator for Bwd<'a, Params>
type InvertedOperator = Fwd<'a, Params>
fn invert(&self) -> Self::InvertedOperator
Auto Trait Implementations
impl<'a, Edges> RefUnwindSafe for Bwd<'a, Edges> where
Edges: RefUnwindSafe,
impl<'a, Edges> Send for Bwd<'a, Edges> where
Edges: Sync,
impl<'a, Edges> Sync for Bwd<'a, Edges> where
Edges: Sync,
impl<'a, Edges> Unpin for Bwd<'a, Edges>
impl<'a, Edges> UnwindSafe for Bwd<'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