pub struct RevokedEntry {
pub kind: RevokedKind,
}Expand description
One revoked entry retained in the runtime index.
Fields§
§kind: RevokedKindTrait Implementations§
Source§impl Clone for RevokedEntry
impl Clone for RevokedEntry
Source§fn clone(&self) -> RevokedEntry
fn clone(&self) -> RevokedEntry
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 moreAuto Trait Implementations§
impl Freeze for RevokedEntry
impl RefUnwindSafe for RevokedEntry
impl Send for RevokedEntry
impl Sync for RevokedEntry
impl Unpin for RevokedEntry
impl UnsafeUnpin for RevokedEntry
impl UnwindSafe for RevokedEntry
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