pub struct PrismInspection {
pub input: PrismInputKind,
pub trusted_executable: bool,
}Expand description
Metadata describing how input was inspected.
Fields§
§input: PrismInputKindInput carrier type.
trusted_executable: boolWhether the Prism treats the input as trusted executable code.
Trait Implementations§
Source§impl Clone for PrismInspection
impl Clone for PrismInspection
Source§fn clone(&self) -> PrismInspection
fn clone(&self) -> PrismInspection
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 PrismInspection
impl Debug for PrismInspection
impl Eq for PrismInspection
Source§impl PartialEq for PrismInspection
impl PartialEq for PrismInspection
Source§fn eq(&self, other: &PrismInspection) -> bool
fn eq(&self, other: &PrismInspection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PrismInspection
Auto Trait Implementations§
impl Freeze for PrismInspection
impl RefUnwindSafe for PrismInspection
impl Send for PrismInspection
impl Sync for PrismInspection
impl Unpin for PrismInspection
impl UnsafeUnpin for PrismInspection
impl UnwindSafe for PrismInspection
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