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