pub struct Volume(/* private fields */);
Implementations§
Trait Implementations§
Source§impl From<remote_nonnull_storage_vol> for Volume
impl From<remote_nonnull_storage_vol> for Volume
Source§fn from(inner: remote_nonnull_storage_vol) -> Self
fn from(inner: remote_nonnull_storage_vol) -> Self
Converts to this type from the input type.
Source§impl Into<Volume> for StorageVolCreateXmlFromResponse
impl Into<Volume> for StorageVolCreateXmlFromResponse
Source§impl Into<Volume> for StorageVolCreateXmlResponse
impl Into<Volume> for StorageVolCreateXmlResponse
Auto Trait Implementations§
impl Freeze for Volume
impl RefUnwindSafe for Volume
impl Send for Volume
impl Sync for Volume
impl Unpin for Volume
impl UnwindSafe for Volume
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