pub struct ServiceVolumeMount {
pub container_dir: String,
pub device_type: String,
pub mode: String,
}
Fields§
§container_dir: String
§device_type: String
§mode: String
Trait Implementations§
Source§impl Clone for ServiceVolumeMount
impl Clone for ServiceVolumeMount
Source§fn clone(&self) -> ServiceVolumeMount
fn clone(&self) -> ServiceVolumeMount
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 ServiceVolumeMount
impl Debug for ServiceVolumeMount
Source§impl<'de> Deserialize<'de> for ServiceVolumeMount
impl<'de> Deserialize<'de> for ServiceVolumeMount
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
Source§impl PartialEq for ServiceVolumeMount
impl PartialEq for ServiceVolumeMount
Source§impl Serialize for ServiceVolumeMount
impl Serialize for ServiceVolumeMount
impl StructuralPartialEq for ServiceVolumeMount
Auto Trait Implementations§
impl Freeze for ServiceVolumeMount
impl RefUnwindSafe for ServiceVolumeMount
impl Send for ServiceVolumeMount
impl Sync for ServiceVolumeMount
impl Unpin for ServiceVolumeMount
impl UnwindSafe for ServiceVolumeMount
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