pub struct PluginManagerConfig {
pub close_timeout: Duration,
}Expand description
Configuration for the PluginManager.
Fields§
§close_timeout: DurationTimeout for closing plugins during shutdown.
Trait Implementations§
Source§impl Clone for PluginManagerConfig
impl Clone for PluginManagerConfig
Source§fn clone(&self) -> PluginManagerConfig
fn clone(&self) -> PluginManagerConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PluginManagerConfig
impl RefUnwindSafe for PluginManagerConfig
impl Send for PluginManagerConfig
impl Sync for PluginManagerConfig
impl Unpin for PluginManagerConfig
impl UnwindSafe for PluginManagerConfig
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