pub struct CsiSnapshotCreateResponseBuilder { /* private fields */ }
Expand description
Builder for CsiSnapshotCreateResponse
.
Implementations§
Source§impl CsiSnapshotCreateResponseBuilder
impl CsiSnapshotCreateResponseBuilder
pub fn snapshots(&mut self, value: Vec<CsiSnapshot>) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<CsiSnapshotCreateResponse, CsiSnapshotCreateResponseBuilderError>
pub fn build( &self, ) -> Result<CsiSnapshotCreateResponse, CsiSnapshotCreateResponseBuilderError>
Trait Implementations§
Source§impl Clone for CsiSnapshotCreateResponseBuilder
impl Clone for CsiSnapshotCreateResponseBuilder
Source§fn clone(&self) -> CsiSnapshotCreateResponseBuilder
fn clone(&self) -> CsiSnapshotCreateResponseBuilder
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 CsiSnapshotCreateResponseBuilder
impl RefUnwindSafe for CsiSnapshotCreateResponseBuilder
impl Send for CsiSnapshotCreateResponseBuilder
impl Sync for CsiSnapshotCreateResponseBuilder
impl Unpin for CsiSnapshotCreateResponseBuilder
impl UnwindSafe for CsiSnapshotCreateResponseBuilder
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