pub struct SnapshotPassword {
pub key_id: String,
pub params: PasswordKdfParams,
/* private fields */
}Fields§
§key_id: String§params: PasswordKdfParamsImplementations§
Trait Implementations§
Source§impl Clone for SnapshotPassword
impl Clone for SnapshotPassword
Source§fn clone(&self) -> SnapshotPassword
fn clone(&self) -> SnapshotPassword
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 SnapshotPassword
impl Debug for SnapshotPassword
Source§impl From<SnapshotPassword> for SnapshotEncryption
impl From<SnapshotPassword> for SnapshotEncryption
Source§fn from(value: SnapshotPassword) -> Self
fn from(value: SnapshotPassword) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SnapshotPassword
impl PartialEq for SnapshotPassword
Source§fn eq(&self, other: &SnapshotPassword) -> bool
fn eq(&self, other: &SnapshotPassword) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SnapshotPassword
impl StructuralPartialEq for SnapshotPassword
Auto Trait Implementations§
impl Freeze for SnapshotPassword
impl RefUnwindSafe for SnapshotPassword
impl Send for SnapshotPassword
impl Sync for SnapshotPassword
impl Unpin for SnapshotPassword
impl UnsafeUnpin for SnapshotPassword
impl UnwindSafe for SnapshotPassword
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