pub struct NoRevocations;Expand description
A view with no revocations — for sealed offline bundles with empty CRLs and for tests.
Trait Implementations§
Source§impl Clone for NoRevocations
impl Clone for NoRevocations
Source§fn clone(&self) -> NoRevocations
fn clone(&self) -> NoRevocations
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 NoRevocations
Source§impl Debug for NoRevocations
impl Debug for NoRevocations
Source§impl RevocationView for NoRevocations
impl RevocationView for NoRevocations
Auto Trait Implementations§
impl Freeze for NoRevocations
impl RefUnwindSafe for NoRevocations
impl Send for NoRevocations
impl Sync for NoRevocations
impl Unpin for NoRevocations
impl UnsafeUnpin for NoRevocations
impl UnwindSafe for NoRevocations
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