pub struct NoRevocation;Expand description
No revocation configured.
Trait Implementations§
Source§impl Clone for NoRevocation
impl Clone for NoRevocation
Source§fn clone(&self) -> NoRevocation
fn clone(&self) -> NoRevocation
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 NoRevocation
Source§impl Debug for NoRevocation
impl Debug for NoRevocation
Source§impl Default for NoRevocation
impl Default for NoRevocation
Source§fn default() -> NoRevocation
fn default() -> NoRevocation
Returns the “default value” for a type. Read more
Source§impl RevocationCheck for NoRevocation
impl RevocationCheck for NoRevocation
Source§fn is_revoked(
&self,
_checkpoint: &PicPcaPayload,
_exact_pca_bytes: &[u8],
) -> bool
fn is_revoked( &self, _checkpoint: &PicPcaPayload, _exact_pca_bytes: &[u8], ) -> bool
true when the continuity state rooted at this checkpoint is revoked.Auto Trait Implementations§
impl Freeze for NoRevocation
impl RefUnwindSafe for NoRevocation
impl Send for NoRevocation
impl Sync for NoRevocation
impl Unpin for NoRevocation
impl UnsafeUnpin for NoRevocation
impl UnwindSafe for NoRevocation
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