pub struct CredentialRevocationState {
pub witness: Witness,
/* private fields */
}Fields§
§witness: WitnessTrait Implementations§
Source§impl Clone for CredentialRevocationState
impl Clone for CredentialRevocationState
Source§fn clone(&self) -> CredentialRevocationState
fn clone(&self) -> CredentialRevocationState
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 CredentialRevocationState
impl Debug for CredentialRevocationState
Source§impl<'de> Deserialize<'de> for CredentialRevocationState
impl<'de> Deserialize<'de> for CredentialRevocationState
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CredentialRevocationState
impl RefUnwindSafe for CredentialRevocationState
impl Send for CredentialRevocationState
impl Sync for CredentialRevocationState
impl Unpin for CredentialRevocationState
impl UnsafeUnpin for CredentialRevocationState
impl UnwindSafe for CredentialRevocationState
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