pub struct HostPluginInput {
pub descriptor: PluginDescriptor,
pub instance: String,
pub configuration: Value,
pub source: String,
}Expand description
A selected, verified implementation and its authored default Instance.
Fields§
§descriptor: PluginDescriptor§instance: String§configuration: Value§source: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for HostPluginInput
impl RefUnwindSafe for HostPluginInput
impl Send for HostPluginInput
impl Sync for HostPluginInput
impl Unpin for HostPluginInput
impl UnsafeUnpin for HostPluginInput
impl UnwindSafe for HostPluginInput
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