pub enum ConfiguredPluginEntry {
Actor(ConfiguredActorEntry),
Strategy(ConfiguredStrategyEntry),
Controller(ConfiguredControllerEntry),
}Expand description
Config-resolved plug-in component entry.
Variants§
Actor(ConfiguredActorEntry)
Strategy(ConfiguredStrategyEntry)
Controller(ConfiguredControllerEntry)
Auto Trait Implementations§
impl Freeze for ConfiguredPluginEntry
impl RefUnwindSafe for ConfiguredPluginEntry
impl Send for ConfiguredPluginEntry
impl Sync for ConfiguredPluginEntry
impl Unpin for ConfiguredPluginEntry
impl UnsafeUnpin for ConfiguredPluginEntry
impl UnwindSafe for ConfiguredPluginEntry
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