pub struct ExpectedDigest {
pub label: &'static str,
pub bytes: <<Sha256 as Hasher>::Digest as Digest>::Bytes,
pub per_frame_bytes: Option<Vec<<<Sha256 as Hasher>::Digest as Digest>::Bytes>>,
}
Fields§
§label: &'static str
§bytes: <<Sha256 as Hasher>::Digest as Digest>::Bytes
§per_frame_bytes: Option<Vec<<<Sha256 as Hasher>::Digest as Digest>::Bytes>>
Implementations§
Trait Implementations§
Source§impl Clone for ExpectedDigest
impl Clone for ExpectedDigest
Source§fn clone(&self) -> ExpectedDigest
fn clone(&self) -> ExpectedDigest
Returns a copy of the value. Read more
1.0.0 · 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 ExpectedDigest
impl Debug for ExpectedDigest
Auto Trait Implementations§
impl Freeze for ExpectedDigest
impl RefUnwindSafe for ExpectedDigest
impl Send for ExpectedDigest
impl Sync for ExpectedDigest
impl Unpin for ExpectedDigest
impl UnwindSafe for ExpectedDigest
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)