pub struct InspectMount {
pub destination: String,
pub driver: String,
pub mode: String,
pub name: String,
pub options: Vec<String>,
pub propagation: String,
pub rw: bool,
pub source: String,
pub sub_path: String,
pub type: String,
}
Fields§
§destination: String
§driver: String
§mode: String
§name: String
§options: Vec<String>
§propagation: String
§rw: bool
§source: String
§sub_path: String
§type: String
Trait Implementations§
Source§impl Debug for InspectMount
impl Debug for InspectMount
Source§impl<'de> Deserialize<'de> for InspectMount
impl<'de> Deserialize<'de> for InspectMount
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
Auto Trait Implementations§
impl Freeze for InspectMount
impl RefUnwindSafe for InspectMount
impl Send for InspectMount
impl Sync for InspectMount
impl Unpin for InspectMount
impl UnwindSafe for InspectMount
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