pub struct SuppliedControl {
pub value: Value,
pub expected_digest: Digest,
pub trust_source: RequestTrust,
}Expand description
One supplied external control: the exact embedded JSON value, the independently acquired expected semantic digest, and the external trust source that authorized it.
Fields§
§value: Value§expected_digest: Digest§trust_source: RequestTrustTrait Implementations§
Source§impl Clone for SuppliedControl
impl Clone for SuppliedControl
Source§fn clone(&self) -> SuppliedControl
fn clone(&self) -> SuppliedControl
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 SuppliedControl
impl Debug for SuppliedControl
impl Eq for SuppliedControl
Source§impl PartialEq for SuppliedControl
impl PartialEq for SuppliedControl
impl StructuralPartialEq for SuppliedControl
Auto Trait Implementations§
impl Freeze for SuppliedControl
impl RefUnwindSafe for SuppliedControl
impl Send for SuppliedControl
impl Sync for SuppliedControl
impl Unpin for SuppliedControl
impl UnsafeUnpin for SuppliedControl
impl UnwindSafe for SuppliedControl
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