pub struct HttpAuthorityEvaluation {
pub verdict: Verdict,
pub receipt: HttpReceipt,
pub evidence: Vec<GuardEvidence>,
}Fields§
§verdict: Verdict§receipt: HttpReceipt§evidence: Vec<GuardEvidence>Trait Implementations§
Source§impl Clone for HttpAuthorityEvaluation
impl Clone for HttpAuthorityEvaluation
Source§fn clone(&self) -> HttpAuthorityEvaluation
fn clone(&self) -> HttpAuthorityEvaluation
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for HttpAuthorityEvaluation
impl RefUnwindSafe for HttpAuthorityEvaluation
impl Send for HttpAuthorityEvaluation
impl Sync for HttpAuthorityEvaluation
impl Unpin for HttpAuthorityEvaluation
impl UnsafeUnpin for HttpAuthorityEvaluation
impl UnwindSafe for HttpAuthorityEvaluation
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