pub struct VectorOutcome {
pub canonical_payload: Vec<u8>,
pub preimage: Vec<u8>,
pub digest: [u8; 32],
pub hash_id: AnyHashId,
}Fields§
§canonical_payload: Vec<u8>§preimage: Vec<u8>§digest: [u8; 32]§hash_id: AnyHashIdTrait Implementations§
Source§impl Clone for VectorOutcome
impl Clone for VectorOutcome
Source§fn clone(&self) -> VectorOutcome
fn clone(&self) -> VectorOutcome
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 VectorOutcome
impl Debug for VectorOutcome
impl Eq for VectorOutcome
Source§impl PartialEq for VectorOutcome
impl PartialEq for VectorOutcome
impl StructuralPartialEq for VectorOutcome
Auto Trait Implementations§
impl Freeze for VectorOutcome
impl RefUnwindSafe for VectorOutcome
impl Send for VectorOutcome
impl Sync for VectorOutcome
impl Unpin for VectorOutcome
impl UnsafeUnpin for VectorOutcome
impl UnwindSafe for VectorOutcome
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