pub enum PredicateResult {
Avoidable,
Unavoidable,
}Expand description
The logical result carried by a successfully checked certificate.
Variants§
Avoidable
Trait Implementations§
Source§impl Clone for PredicateResult
impl Clone for PredicateResult
Source§fn clone(&self) -> PredicateResult
fn clone(&self) -> PredicateResult
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 moreimpl Copy for PredicateResult
Source§impl Debug for PredicateResult
impl Debug for PredicateResult
impl Eq for PredicateResult
Source§impl PartialEq for PredicateResult
impl PartialEq for PredicateResult
impl StructuralPartialEq for PredicateResult
Auto Trait Implementations§
impl Freeze for PredicateResult
impl RefUnwindSafe for PredicateResult
impl Send for PredicateResult
impl Sync for PredicateResult
impl Unpin for PredicateResult
impl UnsafeUnpin for PredicateResult
impl UnwindSafe for PredicateResult
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