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