pub struct StoredWrappedKey {
pub envelope: Value,
pub recipient_key_id: Option<String>,
}Fields§
§envelope: Value§recipient_key_id: Option<String>Trait Implementations§
Source§impl Clone for StoredWrappedKey
impl Clone for StoredWrappedKey
Source§fn clone(&self) -> StoredWrappedKey
fn clone(&self) -> StoredWrappedKey
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 StoredWrappedKey
impl Debug for StoredWrappedKey
Source§impl PartialEq for StoredWrappedKey
impl PartialEq for StoredWrappedKey
impl StructuralPartialEq for StoredWrappedKey
Auto Trait Implementations§
impl Freeze for StoredWrappedKey
impl RefUnwindSafe for StoredWrappedKey
impl Send for StoredWrappedKey
impl Sync for StoredWrappedKey
impl Unpin for StoredWrappedKey
impl UnsafeUnpin for StoredWrappedKey
impl UnwindSafe for StoredWrappedKey
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