pub struct ActivationBinding {
pub digest: ContentDigest,
pub operation_id: String,
pub artifact_set: ContentDigest,
pub promotion_decision: ContentDigest,
}Fields§
§digest: ContentDigest§operation_id: String§artifact_set: ContentDigest§promotion_decision: ContentDigestImplementations§
Source§impl ActivationBinding
impl ActivationBinding
pub fn verify_digest(&self) -> Result<(), EvolutionError>
Trait Implementations§
Source§impl Clone for ActivationBinding
impl Clone for ActivationBinding
Source§fn clone(&self) -> ActivationBinding
fn clone(&self) -> ActivationBinding
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 ActivationBinding
impl Debug for ActivationBinding
Source§impl<'de> Deserialize<'de> for ActivationBinding
impl<'de> Deserialize<'de> for ActivationBinding
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
impl Eq for ActivationBinding
Source§impl PartialEq for ActivationBinding
impl PartialEq for ActivationBinding
Source§impl Serialize for ActivationBinding
impl Serialize for ActivationBinding
impl StructuralPartialEq for ActivationBinding
Auto Trait Implementations§
impl Freeze for ActivationBinding
impl RefUnwindSafe for ActivationBinding
impl Send for ActivationBinding
impl Sync for ActivationBinding
impl Unpin for ActivationBinding
impl UnsafeUnpin for ActivationBinding
impl UnwindSafe for ActivationBinding
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