pub struct EngineProvenance {
pub version: String,
pub digest: Digest,
}Fields§
§version: String§digest: DigestTrait Implementations§
Source§impl Clone for EngineProvenance
impl Clone for EngineProvenance
Source§fn clone(&self) -> EngineProvenance
fn clone(&self) -> EngineProvenance
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 EngineProvenance
impl Debug for EngineProvenance
impl Eq for EngineProvenance
Source§impl PartialEq for EngineProvenance
impl PartialEq for EngineProvenance
impl StructuralPartialEq for EngineProvenance
Auto Trait Implementations§
impl Freeze for EngineProvenance
impl RefUnwindSafe for EngineProvenance
impl Send for EngineProvenance
impl Sync for EngineProvenance
impl Unpin for EngineProvenance
impl UnsafeUnpin for EngineProvenance
impl UnwindSafe for EngineProvenance
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