pub struct SecretToUpdate {
pub id: String,
pub key: EncryptedKey,
pub value: EncryptedValue,
}
Fields§
§id: String
§key: EncryptedKey
§value: EncryptedValue
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SecretToUpdate
impl RefUnwindSafe for SecretToUpdate
impl Send for SecretToUpdate
impl Sync for SecretToUpdate
impl Unpin for SecretToUpdate
impl UnwindSafe for SecretToUpdate
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