pub struct FxChainState<FX: FxChain> {
pub fx_chain: FX,
pub node_ids: Vec<NodeID>,
}Fields§
§fx_chain: FX§node_ids: Vec<NodeID>Trait Implementations§
Auto Trait Implementations§
impl<FX> Freeze for FxChainState<FX>where
FX: Freeze,
impl<FX> RefUnwindSafe for FxChainState<FX>where
FX: RefUnwindSafe,
impl<FX> Send for FxChainState<FX>where
FX: Send,
impl<FX> Sync for FxChainState<FX>where
FX: Sync,
impl<FX> Unpin for FxChainState<FX>where
FX: Unpin,
impl<FX> UnwindSafe for FxChainState<FX>where
FX: UnwindSafe,
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