pub struct DataPathVolume {
pub volume: String,
}Fields§
§volume: StringImplementations§
Source§impl DataPathVolume
impl DataPathVolume
pub fn new(volume: String) -> DataPathVolume
Trait Implementations§
Source§impl Clone for DataPathVolume
impl Clone for DataPathVolume
Source§fn clone(&self) -> DataPathVolume
fn clone(&self) -> DataPathVolume
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 DataPathVolume
impl Debug for DataPathVolume
Source§impl Default for DataPathVolume
impl Default for DataPathVolume
Source§fn default() -> DataPathVolume
fn default() -> DataPathVolume
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DataPathVolume
impl<'de> Deserialize<'de> for DataPathVolume
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 DataPathVolume
impl PartialEq for DataPathVolume
Source§impl Serialize for DataPathVolume
impl Serialize for DataPathVolume
impl StructuralPartialEq for DataPathVolume
Auto Trait Implementations§
impl Freeze for DataPathVolume
impl RefUnwindSafe for DataPathVolume
impl Send for DataPathVolume
impl Sync for DataPathVolume
impl Unpin for DataPathVolume
impl UnsafeUnpin for DataPathVolume
impl UnwindSafe for DataPathVolume
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