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