pub struct PluginPackageVerification {
pub package_path: PathBuf,
pub plugin_id: String,
pub version: String,
pub publisher: String,
pub key_id: String,
pub artifact_count: usize,
pub package_sha256: String,
}Fields§
§package_path: PathBuf§plugin_id: String§version: String§publisher: String§key_id: String§artifact_count: usize§package_sha256: StringTrait Implementations§
Source§impl Clone for PluginPackageVerification
impl Clone for PluginPackageVerification
Source§fn clone(&self) -> PluginPackageVerification
fn clone(&self) -> PluginPackageVerification
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 PluginPackageVerification
impl Debug for PluginPackageVerification
impl Eq for PluginPackageVerification
impl StructuralPartialEq for PluginPackageVerification
Auto Trait Implementations§
impl Freeze for PluginPackageVerification
impl RefUnwindSafe for PluginPackageVerification
impl Send for PluginPackageVerification
impl Sync for PluginPackageVerification
impl Unpin for PluginPackageVerification
impl UnsafeUnpin for PluginPackageVerification
impl UnwindSafe for PluginPackageVerification
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.