pub struct RevokedPublicKeyDigests(/* private fields */);Expand description
Represents public key digests that have been revoked.
Implementations§
Auto Trait Implementations§
impl Freeze for RevokedPublicKeyDigests
impl RefUnwindSafe for RevokedPublicKeyDigests
impl Send for RevokedPublicKeyDigests
impl Sync for RevokedPublicKeyDigests
impl Unpin for RevokedPublicKeyDigests
impl UnsafeUnpin for RevokedPublicKeyDigests
impl UnwindSafe for RevokedPublicKeyDigests
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