pub struct InstallCandidate {Show 14 fields
pub markdown: String,
pub profile_document: Option<String>,
pub package_files: Vec<RegistryPackageFile>,
pub package_digest: Option<String>,
pub source: String,
pub source_label: String,
pub ref: String,
pub skill_id: Option<String>,
pub version: Option<String>,
pub signed_manifest: Option<RegistrySignedManifest>,
pub profile_digest: Option<String>,
pub runner_names: Vec<String>,
pub trust_tier: Option<TrustTier>,
pub manifest_source_authority: Option<RegistryManifestSourceAuthority>,
}Fields§
§markdown: String§profile_document: Option<String>§package_files: Vec<RegistryPackageFile>§package_digest: Option<String>§source: String§source_label: String§ref: String§skill_id: Option<String>§version: Option<String>§signed_manifest: Option<RegistrySignedManifest>§profile_digest: Option<String>§runner_names: Vec<String>§trust_tier: Option<TrustTier>Trait Implementations§
Source§impl Clone for InstallCandidate
impl Clone for InstallCandidate
Source§fn clone(&self) -> InstallCandidate
fn clone(&self) -> InstallCandidate
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 InstallCandidate
impl Debug for InstallCandidate
impl Eq for InstallCandidate
Source§impl PartialEq for InstallCandidate
impl PartialEq for InstallCandidate
Source§fn eq(&self, other: &InstallCandidate) -> bool
fn eq(&self, other: &InstallCandidate) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InstallCandidate
Auto Trait Implementations§
impl Freeze for InstallCandidate
impl RefUnwindSafe for InstallCandidate
impl Send for InstallCandidate
impl Sync for InstallCandidate
impl Unpin for InstallCandidate
impl UnsafeUnpin for InstallCandidate
impl UnwindSafe for InstallCandidate
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.