pub struct MemoryKeyScopeRevocation {
pub key_scope: MemoryKeyScope,
pub reason: String,
pub revoked_by: String,
pub revoked_at_ms: u64,
pub evidence_id: String,
}Fields§
§key_scope: MemoryKeyScope§reason: String§revoked_by: String§revoked_at_ms: u64§evidence_id: StringTrait Implementations§
Source§impl Clone for MemoryKeyScopeRevocation
impl Clone for MemoryKeyScopeRevocation
Source§fn clone(&self) -> MemoryKeyScopeRevocation
fn clone(&self) -> MemoryKeyScopeRevocation
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 MemoryKeyScopeRevocation
impl Debug for MemoryKeyScopeRevocation
Source§impl<'de> Deserialize<'de> for MemoryKeyScopeRevocation
impl<'de> Deserialize<'de> for MemoryKeyScopeRevocation
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
impl Eq for MemoryKeyScopeRevocation
Source§impl PartialEq for MemoryKeyScopeRevocation
impl PartialEq for MemoryKeyScopeRevocation
Source§fn eq(&self, other: &MemoryKeyScopeRevocation) -> bool
fn eq(&self, other: &MemoryKeyScopeRevocation) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for MemoryKeyScopeRevocation
impl Serialize for MemoryKeyScopeRevocation
impl StructuralPartialEq for MemoryKeyScopeRevocation
Auto Trait Implementations§
impl Freeze for MemoryKeyScopeRevocation
impl RefUnwindSafe for MemoryKeyScopeRevocation
impl Send for MemoryKeyScopeRevocation
impl Sync for MemoryKeyScopeRevocation
impl Unpin for MemoryKeyScopeRevocation
impl UnsafeUnpin for MemoryKeyScopeRevocation
impl UnwindSafe for MemoryKeyScopeRevocation
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.