pub enum PluginAssurance {
Digest,
Signature,
}Expand description
The strongest check actually performed on an artifact. 插件工件实际完成的最高校验等级。
Variants§
Digest
Only the manifest checksum was verified. 仅校验了 manifest 摘要。
Signature
A host signature verifier also accepted the plugin. 宿主签名验证器也接受了该插件。
Trait Implementations§
Source§impl Clone for PluginAssurance
impl Clone for PluginAssurance
Source§fn clone(&self) -> PluginAssurance
fn clone(&self) -> PluginAssurance
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 moreimpl Copy for PluginAssurance
Source§impl Debug for PluginAssurance
impl Debug for PluginAssurance
impl Eq for PluginAssurance
Source§impl Ord for PluginAssurance
impl Ord for PluginAssurance
Source§fn cmp(&self, other: &PluginAssurance) -> Ordering
fn cmp(&self, other: &PluginAssurance) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for PluginAssurance
impl PartialEq for PluginAssurance
Source§impl PartialOrd for PluginAssurance
impl PartialOrd for PluginAssurance
impl StructuralPartialEq for PluginAssurance
Auto Trait Implementations§
impl Freeze for PluginAssurance
impl RefUnwindSafe for PluginAssurance
impl Send for PluginAssurance
impl Sync for PluginAssurance
impl Unpin for PluginAssurance
impl UnsafeUnpin for PluginAssurance
impl UnwindSafe for PluginAssurance
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