pub struct CreateVolumeBuilder { /* private fields */ }Expand description
Builder for creating a volume
Implementations§
Source§impl CreateVolumeBuilder
impl CreateVolumeBuilder
Sourcepub fn with_storage_location(
self,
storage_location: impl Into<Option<String>>,
) -> Self
pub fn with_storage_location( self, storage_location: impl Into<Option<String>>, ) -> Self
The storage location on the cloud
Sourcepub fn with_comment(self, comment: impl Into<Option<String>>) -> Self
pub fn with_comment(self, comment: impl Into<Option<String>>) -> Self
The storage location on the cloud
Trait Implementations§
Source§impl IntoFuture for CreateVolumeBuilder
impl IntoFuture for CreateVolumeBuilder
Source§type IntoFuture = Pin<Box<dyn Future<Output = <CreateVolumeBuilder as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <CreateVolumeBuilder as IntoFuture>::Output> + Send>>
Which kind of future are we turning this into?
Source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for CreateVolumeBuilder
impl !UnwindSafe for CreateVolumeBuilder
impl Freeze for CreateVolumeBuilder
impl Send for CreateVolumeBuilder
impl Sync for CreateVolumeBuilder
impl Unpin for CreateVolumeBuilder
impl UnsafeUnpin for CreateVolumeBuilder
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