pub struct RootFundingRuntimeApi;Expand description
Process-local Root funding driver registry used by the cycle workflow.
Implementations§
Source§impl RootFundingRuntimeApi
impl RootFundingRuntimeApi
Sourcepub fn register(runtime: &'static dyn RootFundingRuntime)
pub fn register(runtime: &'static dyn RootFundingRuntime)
Register the control-plane driver before Root lifecycle restoration.
Auto Trait Implementations§
impl Freeze for RootFundingRuntimeApi
impl RefUnwindSafe for RootFundingRuntimeApi
impl Send for RootFundingRuntimeApi
impl Sync for RootFundingRuntimeApi
impl Unpin for RootFundingRuntimeApi
impl UnsafeUnpin for RootFundingRuntimeApi
impl UnwindSafe for RootFundingRuntimeApi
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