pub struct RevocationSet { /* private fields */ }Expand description
The set of revoked capability ids known to a node.
Implementations§
Trait Implementations§
Source§impl Clone for RevocationSet
impl Clone for RevocationSet
Source§fn clone(&self) -> RevocationSet
fn clone(&self) -> RevocationSet
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 RevocationSet
impl Debug for RevocationSet
Source§impl Default for RevocationSet
impl Default for RevocationSet
Source§fn default() -> RevocationSet
fn default() -> RevocationSet
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RevocationSet
impl RefUnwindSafe for RevocationSet
impl Send for RevocationSet
impl Sync for RevocationSet
impl Unpin for RevocationSet
impl UnsafeUnpin for RevocationSet
impl UnwindSafe for RevocationSet
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