pub struct MakeSnapshotReturnsBuilder { /* private fields */ }Implementations§
Source§impl MakeSnapshotReturnsBuilder
impl MakeSnapshotReturnsBuilder
pub fn snapshot_id( self, snapshot_id: impl Into<SnapshotId>, ) -> MakeSnapshotReturnsBuilder
pub fn build(self) -> Result<MakeSnapshotReturns, String>
Trait Implementations§
Source§impl Clone for MakeSnapshotReturnsBuilder
impl Clone for MakeSnapshotReturnsBuilder
Source§fn clone(&self) -> MakeSnapshotReturnsBuilder
fn clone(&self) -> MakeSnapshotReturnsBuilder
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 moreSource§impl Default for MakeSnapshotReturnsBuilder
impl Default for MakeSnapshotReturnsBuilder
Source§fn default() -> MakeSnapshotReturnsBuilder
fn default() -> MakeSnapshotReturnsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MakeSnapshotReturnsBuilder
impl RefUnwindSafe for MakeSnapshotReturnsBuilder
impl Send for MakeSnapshotReturnsBuilder
impl Sync for MakeSnapshotReturnsBuilder
impl Unpin for MakeSnapshotReturnsBuilder
impl UnwindSafe for MakeSnapshotReturnsBuilder
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