pub struct Report {
pub format: Format,
pub has_embedded_manifest: bool,
pub has_remote_uri: bool,
}Expand description
A report on a model’s C2PA embedding.
Fields§
§format: FormatThe detected container format.
has_embedded_manifest: boolThe model carries an embedded Manifest Store.
has_remote_uri: boolThe model carries a remote manifest URI.
Implementations§
Trait Implementations§
impl Eq for Report
impl StructuralPartialEq for Report
Auto Trait Implementations§
impl Freeze for Report
impl RefUnwindSafe for Report
impl Send for Report
impl Sync for Report
impl Unpin for Report
impl UnsafeUnpin for Report
impl UnwindSafe for Report
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