Struct security_framework::trust::TrustResult [−][src]
pub struct TrustResult(_);
Expand description
The result of trust evaluation.
Implementations
The certificate is implicitly trusted.
Indicates a trust policy failure that the user can override.
Indicates a trust policy failure that the user cannot override.
An error not related to trust validation.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for TrustResultimpl Send for TrustResultimpl Sync for TrustResultimpl Unpin for TrustResultimpl UnwindSafe for TrustResultBlanket Implementations
Mutably borrows from an owned value. Read more