pub struct CommitProgressSummary { /* private fields */ }Implementations§
Source§impl CommitProgressSummary
impl CommitProgressSummary
pub fn completed<T>(self, value: T) -> Self
pub fn in_progress<T>(self, value: T) -> Self
pub fn in_progress_processed_records<T>(self, value: T) -> Self
pub fn in_progress_total_records<T>(self, value: T) -> Self
pub fn remaining<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for CommitProgressSummary
impl Clone for CommitProgressSummary
Source§fn clone(&self) -> CommitProgressSummary
fn clone(&self) -> CommitProgressSummary
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 Debug for CommitProgressSummary
impl Debug for CommitProgressSummary
Source§impl Default for CommitProgressSummary
impl Default for CommitProgressSummary
Source§impl From<CommitProgressSummary> for CommitProgressSummary
impl From<CommitProgressSummary> for CommitProgressSummary
Source§fn from(value: CommitProgressSummary) -> Self
fn from(value: CommitProgressSummary) -> Self
Converts to this type from the input type.
Source§impl TryFrom<CommitProgressSummary> for CommitProgressSummary
impl TryFrom<CommitProgressSummary> for CommitProgressSummary
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: CommitProgressSummary) -> Result<Self, ConversionError>
fn try_from(value: CommitProgressSummary) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for CommitProgressSummary
impl RefUnwindSafe for CommitProgressSummary
impl Send for CommitProgressSummary
impl Sync for CommitProgressSummary
impl Unpin for CommitProgressSummary
impl UnsafeUnpin for CommitProgressSummary
impl UnwindSafe for CommitProgressSummary
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