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