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