pub enum RevocationRegistry {
RevocationRegistryV1(RevocationRegistryV1),
}Variants§
RevocationRegistryV1(RevocationRegistryV1)
Implementations§
Source§impl RevocationRegistry
impl RevocationRegistry
pub fn initial_delta(&self) -> RevocationRegistryDelta
Trait Implementations§
Source§impl Clone for RevocationRegistry
impl Clone for RevocationRegistry
Source§fn clone(&self) -> RevocationRegistry
fn clone(&self) -> RevocationRegistry
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 RevocationRegistry
impl Debug for RevocationRegistry
Source§impl<'de> Deserialize<'de> for RevocationRegistry
impl<'de> Deserialize<'de> for RevocationRegistry
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<RevocationRegistry, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<RevocationRegistry, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for RevocationRegistry
impl Serialize for RevocationRegistry
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for RevocationRegistry
impl RefUnwindSafe for RevocationRegistry
impl Send for RevocationRegistry
impl Sync for RevocationRegistry
impl Unpin for RevocationRegistry
impl UnsafeUnpin for RevocationRegistry
impl UnwindSafe for RevocationRegistry
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