pub struct DataHash {
pub exclusions: Vec<Exclusion>,
pub alg: String,
pub hash: Vec<u8>,
pub name: Option<String>,
}Expand description
A computed c2pa.hash.data assertion.
Fields§
§exclusions: Vec<Exclusion>§alg: String§hash: Vec<u8>§name: Option<String>Implementations§
Trait Implementations§
impl Eq for DataHash
impl StructuralPartialEq for DataHash
Auto Trait Implementations§
impl Freeze for DataHash
impl RefUnwindSafe for DataHash
impl Send for DataHash
impl Sync for DataHash
impl Unpin for DataHash
impl UnsafeUnpin for DataHash
impl UnwindSafe for DataHash
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