pub struct ChainVerdict {
pub cert_id: String,
pub subject_key: VerifyingKey,
}Expand description
A card verified through the certificate chain rather than a direct leaf pin: which cert artifact vouched, and the subject key it certified.
Fields§
§cert_id: String§subject_key: VerifyingKeyAuto Trait Implementations§
impl Freeze for ChainVerdict
impl RefUnwindSafe for ChainVerdict
impl Send for ChainVerdict
impl Sync for ChainVerdict
impl Unpin for ChainVerdict
impl UnsafeUnpin for ChainVerdict
impl UnwindSafe for ChainVerdict
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