pub struct RevocationListInfo { /* private fields */ }Expand description
Represents single revocation list info.
Implementations§
Trait Implementations§
Source§impl Clone for RevocationListInfo
impl Clone for RevocationListInfo
Source§fn clone(&self) -> RevocationListInfo
fn clone(&self) -> RevocationListInfo
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 moreSource§impl Debug for RevocationListInfo
impl Debug for RevocationListInfo
Source§impl Default for RevocationListInfo
impl Default for RevocationListInfo
Source§fn default() -> RevocationListInfo
fn default() -> RevocationListInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RevocationListInfo
impl RefUnwindSafe for RevocationListInfo
impl Send for RevocationListInfo
impl Sync for RevocationListInfo
impl Unpin for RevocationListInfo
impl UnsafeUnpin for RevocationListInfo
impl UnwindSafe for RevocationListInfo
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