pub struct RuntimeCacheInspection {
pub archive_path: PathBuf,
pub install_root: PathBuf,
pub server_executable: PathBuf,
pub artifact_file_name: String,
pub artifact_sha256: String,
pub artifact_size_bytes: u64,
pub archive_present: bool,
pub archive_digest_verified: Option<bool>,
pub install_present: bool,
pub install_verified: bool,
}Fields§
§archive_path: PathBuf§install_root: PathBuf§server_executable: PathBuf§artifact_file_name: String§artifact_sha256: String§artifact_size_bytes: u64§archive_present: bool§archive_digest_verified: Option<bool>§install_present: bool§install_verified: boolTrait Implementations§
Source§impl Clone for RuntimeCacheInspection
impl Clone for RuntimeCacheInspection
Source§fn clone(&self) -> RuntimeCacheInspection
fn clone(&self) -> RuntimeCacheInspection
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 RuntimeCacheInspection
impl Debug for RuntimeCacheInspection
impl Eq for RuntimeCacheInspection
Source§impl PartialEq for RuntimeCacheInspection
impl PartialEq for RuntimeCacheInspection
impl StructuralPartialEq for RuntimeCacheInspection
Auto Trait Implementations§
impl Freeze for RuntimeCacheInspection
impl RefUnwindSafe for RuntimeCacheInspection
impl Send for RuntimeCacheInspection
impl Sync for RuntimeCacheInspection
impl Unpin for RuntimeCacheInspection
impl UnsafeUnpin for RuntimeCacheInspection
impl UnwindSafe for RuntimeCacheInspection
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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§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.