pub(crate) struct CertNotRevoked(());Tuple Fields§
§0: ()Implementations§
Auto Trait Implementations§
impl Freeze for CertNotRevoked
impl RefUnwindSafe for CertNotRevoked
impl Send for CertNotRevoked
impl Sync for CertNotRevoked
impl Unpin for CertNotRevoked
impl UnsafeUnpin for CertNotRevoked
impl UnwindSafe for CertNotRevoked
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