pub struct ApplyProgress { /* private fields */ }Implementations§
Source§impl ApplyProgress
impl ApplyProgress
pub const fn new(applied_index: LogIndex, applied_hash: LogHash) -> Self
pub const fn applied_index(&self) -> LogIndex
pub const fn applied_hash(&self) -> LogHash
Trait Implementations§
Source§impl Clone for ApplyProgress
impl Clone for ApplyProgress
Source§fn clone(&self) -> ApplyProgress
fn clone(&self) -> ApplyProgress
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ApplyProgress
Source§impl Debug for ApplyProgress
impl Debug for ApplyProgress
impl Eq for ApplyProgress
Source§impl PartialEq for ApplyProgress
impl PartialEq for ApplyProgress
impl StructuralPartialEq for ApplyProgress
Auto Trait Implementations§
impl Freeze for ApplyProgress
impl RefUnwindSafe for ApplyProgress
impl Send for ApplyProgress
impl Sync for ApplyProgress
impl Unpin for ApplyProgress
impl UnsafeUnpin for ApplyProgress
impl UnwindSafe for ApplyProgress
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