pub struct SecretVersionResponseModel {
pub object: Option<String>,
pub id: Option<Uuid>,
pub secret_id: Option<Uuid>,
pub value: Option<String>,
pub version_date: Option<String>,
pub editor_service_account_id: Option<Uuid>,
pub editor_organization_user_id: Option<Uuid>,
}Fields§
§object: Option<String>§id: Option<Uuid>§secret_id: Option<Uuid>§value: Option<String>§version_date: Option<String>§editor_service_account_id: Option<Uuid>§editor_organization_user_id: Option<Uuid>Implementations§
Source§impl SecretVersionResponseModel
impl SecretVersionResponseModel
pub fn new() -> SecretVersionResponseModel
Trait Implementations§
Source§impl Clone for SecretVersionResponseModel
impl Clone for SecretVersionResponseModel
Source§fn clone(&self) -> SecretVersionResponseModel
fn clone(&self) -> SecretVersionResponseModel
Returns a duplicate of the value. Read more
1.0.0 · 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 SecretVersionResponseModel
impl Debug for SecretVersionResponseModel
Source§impl Default for SecretVersionResponseModel
impl Default for SecretVersionResponseModel
Source§fn default() -> SecretVersionResponseModel
fn default() -> SecretVersionResponseModel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SecretVersionResponseModel
impl<'de> Deserialize<'de> for SecretVersionResponseModel
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for SecretVersionResponseModel
Auto Trait Implementations§
impl Freeze for SecretVersionResponseModel
impl RefUnwindSafe for SecretVersionResponseModel
impl Send for SecretVersionResponseModel
impl Sync for SecretVersionResponseModel
impl Unpin for SecretVersionResponseModel
impl UnwindSafe for SecretVersionResponseModel
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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