pub struct ResolvedPluginImplementation {
pub implementation_id: String,
pub descriptor: PluginDescriptor,
pub artifact: PluginArtifactV2,
}Expand description
One final implementation selected from a Plugin Release.
Fields§
§implementation_id: String§descriptor: PluginDescriptor§artifact: PluginArtifactV2Trait Implementations§
Source§impl Clone for ResolvedPluginImplementation
impl Clone for ResolvedPluginImplementation
Source§fn clone(&self) -> ResolvedPluginImplementation
fn clone(&self) -> ResolvedPluginImplementation
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 ResolvedPluginImplementation
impl Debug for ResolvedPluginImplementation
impl Eq for ResolvedPluginImplementation
impl StructuralPartialEq for ResolvedPluginImplementation
Auto Trait Implementations§
impl Freeze for ResolvedPluginImplementation
impl RefUnwindSafe for ResolvedPluginImplementation
impl Send for ResolvedPluginImplementation
impl Sync for ResolvedPluginImplementation
impl Unpin for ResolvedPluginImplementation
impl UnsafeUnpin for ResolvedPluginImplementation
impl UnwindSafe for ResolvedPluginImplementation
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.