Struct cln_plugin::ConfiguredPlugin
source · [−]Expand description
A plugin that has registered with the lightning daemon, and gotten
its options filled, however has not yet acknowledged the init
message. This is a mid-state allowing a plugin to disable itself,
based on the options.
Implementations
Auto Trait Implementations
impl<S, I, O> !RefUnwindSafe for ConfiguredPlugin<S, I, O>
impl<S, I, O> Send for ConfiguredPlugin<S, I, O> where
I: Send,
O: Send,
impl<S, I, O> Sync for ConfiguredPlugin<S, I, O> where
I: Sync,
O: Send,
S: Sync,
impl<S, I, O> Unpin for ConfiguredPlugin<S, I, O> where
I: Unpin,
S: Unpin,
impl<S, I, O> !UnwindSafe for ConfiguredPlugin<S, I, O>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more