pub struct CcAction {
pub digest: CacheDigest,
pub bytes: Vec<u8>,
}Expand description
Canonical action descriptor and its content digest.
Fields§
§digest: CacheDigestDigest of bytes, used as the action-cache key.
bytes: Vec<u8>Canonical serialized action descriptor.
Trait Implementations§
impl Eq for CcAction
impl StructuralPartialEq for CcAction
Auto Trait Implementations§
impl Freeze for CcAction
impl RefUnwindSafe for CcAction
impl Send for CcAction
impl Sync for CcAction
impl Unpin for CcAction
impl UnsafeUnpin for CcAction
impl UnwindSafe for CcAction
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