pub struct RuntimeVolume {
pub host: String,
pub guest: String,
pub size: String,
}Fields§
§host: String§guest: String§size: StringTrait Implementations§
Source§impl Clone for RuntimeVolume
impl Clone for RuntimeVolume
Source§fn clone(&self) -> RuntimeVolume
fn clone(&self) -> RuntimeVolume
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 RuntimeVolume
impl Debug for RuntimeVolume
Source§impl<'de> Deserialize<'de> for RuntimeVolume
impl<'de> Deserialize<'de> for RuntimeVolume
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 RuntimeVolume
impl RefUnwindSafe for RuntimeVolume
impl Send for RuntimeVolume
impl Sync for RuntimeVolume
impl Unpin for RuntimeVolume
impl UnsafeUnpin for RuntimeVolume
impl UnwindSafe for RuntimeVolume
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