pub struct RuntimeMount {
pub name: String,
pub source: RuntimeMountSource,
pub target: String,
pub read_only: bool,
}Fields§
§name: String§source: RuntimeMountSource§target: String§read_only: boolTrait Implementations§
Source§impl Clone for RuntimeMount
impl Clone for RuntimeMount
Source§fn clone(&self) -> RuntimeMount
fn clone(&self) -> RuntimeMount
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RuntimeMount
impl Debug for RuntimeMount
Source§impl<'de> Deserialize<'de> for RuntimeMount
impl<'de> Deserialize<'de> for RuntimeMount
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
impl Eq for RuntimeMount
Source§impl PartialEq for RuntimeMount
impl PartialEq for RuntimeMount
Source§impl Serialize for RuntimeMount
impl Serialize for RuntimeMount
impl StructuralPartialEq for RuntimeMount
Auto Trait Implementations§
impl Freeze for RuntimeMount
impl RefUnwindSafe for RuntimeMount
impl Send for RuntimeMount
impl Sync for RuntimeMount
impl Unpin for RuntimeMount
impl UnsafeUnpin for RuntimeMount
impl UnwindSafe for RuntimeMount
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