Struct tor_checkable::signed::SignatureGated [−][src]
pub struct SignatureGated<T> { /* fields omitted */ }Expand description
A SignatureGated object is a self-signed object that’s well-signed when one or more ValidatableSignature objects are correct.
Implementations
Return a new SignatureGated object that will be treated as correct if every one if the given set of signatures is valid.
Trait Implementations
Return the underlying object without checking its signature.
Check the signature on this object
Unwrap this object if the signature is valid
Auto Trait Implementations
impl<T> !RefUnwindSafe for SignatureGated<T>impl<T> !Send for SignatureGated<T>impl<T> !Sync for SignatureGated<T>impl<T> Unpin for SignatureGated<T> where
T: Unpin, impl<T> !UnwindSafe for SignatureGated<T>