pub struct RegisteredPluginInterface {
pub artifact_path: PathBuf,
pub transport: PluginTransport,
pub plugin_id: String,
pub interface: PluginInterfaceRecord,
}Fields§
§artifact_path: PathBuf§transport: PluginTransport§plugin_id: String§interface: PluginInterfaceRecordTrait Implementations§
Source§impl Clone for RegisteredPluginInterface
impl Clone for RegisteredPluginInterface
Source§fn clone(&self) -> RegisteredPluginInterface
fn clone(&self) -> RegisteredPluginInterface
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RegisteredPluginInterface
impl Debug for RegisteredPluginInterface
impl Eq for RegisteredPluginInterface
impl StructuralPartialEq for RegisteredPluginInterface
Auto Trait Implementations§
impl Freeze for RegisteredPluginInterface
impl RefUnwindSafe for RegisteredPluginInterface
impl Send for RegisteredPluginInterface
impl Sync for RegisteredPluginInterface
impl Unpin for RegisteredPluginInterface
impl UnsafeUnpin for RegisteredPluginInterface
impl UnwindSafe for RegisteredPluginInterface
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.