pub struct RunBundleStoreInspection {
pub record: RunBundleStoreRecord,
pub bundle: Value,
pub digest_verified: bool,
}Fields§
§record: RunBundleStoreRecord§bundle: Value§digest_verified: boolTrait Implementations§
Source§impl Clone for RunBundleStoreInspection
impl Clone for RunBundleStoreInspection
Source§fn clone(&self) -> RunBundleStoreInspection
fn clone(&self) -> RunBundleStoreInspection
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 RunBundleStoreInspection
impl Debug for RunBundleStoreInspection
Source§impl<'de> Deserialize<'de> for RunBundleStoreInspection
impl<'de> Deserialize<'de> for RunBundleStoreInspection
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RunBundleStoreInspection
impl PartialEq for RunBundleStoreInspection
Source§fn eq(&self, other: &RunBundleStoreInspection) -> bool
fn eq(&self, other: &RunBundleStoreInspection) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RunBundleStoreInspection
impl Serialize for RunBundleStoreInspection
impl StructuralPartialEq for RunBundleStoreInspection
Auto Trait Implementations§
impl Freeze for RunBundleStoreInspection
impl RefUnwindSafe for RunBundleStoreInspection
impl Send for RunBundleStoreInspection
impl Sync for RunBundleStoreInspection
impl Unpin for RunBundleStoreInspection
impl UnsafeUnpin for RunBundleStoreInspection
impl UnwindSafe for RunBundleStoreInspection
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