pub struct SnapshotCommandLogParamsBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> SnapshotCommandLogParamsBuilder<'a>
impl<'a> SnapshotCommandLogParamsBuilder<'a>
pub fn build(self) -> SnapshotCommandLogParams<'a>
Auto Trait Implementations§
impl<'a> Freeze for SnapshotCommandLogParamsBuilder<'a>
impl<'a> RefUnwindSafe for SnapshotCommandLogParamsBuilder<'a>
impl<'a> Send for SnapshotCommandLogParamsBuilder<'a>
impl<'a> Sync for SnapshotCommandLogParamsBuilder<'a>
impl<'a> Unpin for SnapshotCommandLogParamsBuilder<'a>
impl<'a> UnsafeUnpin for SnapshotCommandLogParamsBuilder<'a>
impl<'a> UnwindSafe for SnapshotCommandLogParamsBuilder<'a>
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