Struct podman_api_stubs::models::OverlayVolume [−][src]
pub struct OverlayVolume {
pub destination: Option<String>,
pub options: Option<Vec<String>>,
pub source: Option<String>,
}
Expand description
OverlayVolume holds information about a overlay volume that will be mounted into the container.
Fields
destination: Option<String>
options: Option<Vec<String>>
source: Option<String>
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for OverlayVolume
impl Send for OverlayVolume
impl Sync for OverlayVolume
impl Unpin for OverlayVolume
impl UnwindSafe for OverlayVolume
Blanket Implementations
Mutably borrows from an owned value. Read more