pub struct MakeSnapshotReturnObjectBuilder { /* private fields */ }Expand description
Builder for MakeSnapshotReturnObject.
Implementations§
Source§impl MakeSnapshotReturnObjectBuilder
impl MakeSnapshotReturnObjectBuilder
Sourcepub fn snapshot_id(&mut self, value: SnapshotId) -> &mut Self
pub fn snapshot_id(&mut self, value: SnapshotId) -> &mut Self
The id of the layer snapshot.
Sourcepub fn build(
&self,
) -> Result<MakeSnapshotReturnObject, MakeSnapshotReturnObjectBuilderError>
pub fn build( &self, ) -> Result<MakeSnapshotReturnObject, MakeSnapshotReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for MakeSnapshotReturnObjectBuilder
impl Clone for MakeSnapshotReturnObjectBuilder
Source§fn clone(&self) -> MakeSnapshotReturnObjectBuilder
fn clone(&self) -> MakeSnapshotReturnObjectBuilder
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 MakeSnapshotReturnObjectBuilder
impl RefUnwindSafe for MakeSnapshotReturnObjectBuilder
impl Send for MakeSnapshotReturnObjectBuilder
impl Sync for MakeSnapshotReturnObjectBuilder
impl Unpin for MakeSnapshotReturnObjectBuilder
impl UnsafeUnpin for MakeSnapshotReturnObjectBuilder
impl UnwindSafe for MakeSnapshotReturnObjectBuilder
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