pub struct DecryptedSecret {
pub id: String,
pub version: u8,
pub workspace: String,
pub type_name: String,
pub key: String,
pub value: String,
pub comment: Option<String>,
pub audit: Audit,
}
Fields§
§id: String
§version: u8
§workspace: String
§type_name: String
§key: String
§value: String
§comment: Option<String>
§audit: Audit
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DecryptedSecret
impl RefUnwindSafe for DecryptedSecret
impl Send for DecryptedSecret
impl Sync for DecryptedSecret
impl Unpin for DecryptedSecret
impl UnwindSafe for DecryptedSecret
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