Struct podman_rest_client::models::SecretInfoReport
source · pub struct SecretInfoReport {
pub created_at: Option<String>,
pub id: Option<String>,
pub secret_data: Option<String>,
pub spec: Option<Box<SecretSpec>>,
pub updated_at: Option<String>,
}
Fields§
§created_at: Option<String>
§id: Option<String>
§secret_data: Option<String>
§spec: Option<Box<SecretSpec>>
§updated_at: Option<String>
Implementations§
source§impl SecretInfoReport
impl SecretInfoReport
pub fn new() -> SecretInfoReport
Trait Implementations§
source§impl Clone for SecretInfoReport
impl Clone for SecretInfoReport
source§fn clone(&self) -> SecretInfoReport
fn clone(&self) -> SecretInfoReport
Returns a copy 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 SecretInfoReport
impl Debug for SecretInfoReport
source§impl Default for SecretInfoReport
impl Default for SecretInfoReport
source§fn default() -> SecretInfoReport
fn default() -> SecretInfoReport
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SecretInfoReport
impl<'de> Deserialize<'de> for SecretInfoReport
source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<SecretInfoReport, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<SecretInfoReport, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for SecretInfoReport
impl PartialEq for SecretInfoReport
source§fn eq(&self, other: &SecretInfoReport) -> bool
fn eq(&self, other: &SecretInfoReport) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SecretInfoReport
impl Serialize for SecretInfoReport
source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for SecretInfoReport
Auto Trait Implementations§
impl Freeze for SecretInfoReport
impl RefUnwindSafe for SecretInfoReport
impl Send for SecretInfoReport
impl Sync for SecretInfoReport
impl Unpin for SecretInfoReport
impl UnwindSafe for SecretInfoReport
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)