Struct podman_api_stubs::models::Secret [−][src]
pub struct Secret {
pub GID: Option<i64>,
pub mode: Option<i64>,
pub source: Option<String>,
pub target: Option<String>,
pub UID: Option<i64>,
}
Fields
GID: Option<i64>
mode: Option<i64>
source: Option<String>
target: Option<String>
UID: Option<i64>
Implementations
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for Secret
impl UnwindSafe for Secret
Blanket Implementations
Mutably borrows from an owned value. Read more