pub struct LiveVolumeApi { /* private fields */ }Expand description
LiveVolume namespace for live volume operations
Implementations§
Source§impl LiveVolumeApi
impl LiveVolumeApi
Trait Implementations§
Source§impl Clone for LiveVolumeApi
impl Clone for LiveVolumeApi
Source§fn clone(&self) -> LiveVolumeApi
fn clone(&self) -> LiveVolumeApi
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 moreAuto Trait Implementations§
impl Freeze for LiveVolumeApi
impl !RefUnwindSafe for LiveVolumeApi
impl Send for LiveVolumeApi
impl Sync for LiveVolumeApi
impl Unpin for LiveVolumeApi
impl !UnwindSafe for LiveVolumeApi
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