pub struct CommitState { /* private fields */ }
Implementations§
Source§impl CommitState
impl CommitState
pub fn create() -> CommitState
pub fn process_record(&mut self, record: &Record)
pub fn partition_list(&self) -> Vec<CommitPartition>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommitState
impl RefUnwindSafe for CommitState
impl Send for CommitState
impl Sync for CommitState
impl Unpin for CommitState
impl UnwindSafe for CommitState
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