pub struct RevocationSet { /* private fields */ }Expand description
已撤销的委托 id 集合。
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
impl Eq for RevocationSet
Source§impl PartialEq for RevocationSet
impl PartialEq for RevocationSet
impl StructuralPartialEq for RevocationSet
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