pub struct PromotionJournalState { /* private fields */ }Expand description
Reconstructed append position and global replay sets for private state.
Implementations§
Source§impl PromotionJournalState
impl PromotionJournalState
Sourcepub const fn next_sequence(&self) -> u64
pub const fn next_sequence(&self) -> u64
Sequence that the next durable record must use.
Trait Implementations§
Source§impl Clone for PromotionJournalState
impl Clone for PromotionJournalState
Source§fn clone(&self) -> PromotionJournalState
fn clone(&self) -> PromotionJournalState
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 moreAuto Trait Implementations§
impl Freeze for PromotionJournalState
impl RefUnwindSafe for PromotionJournalState
impl Send for PromotionJournalState
impl Sync for PromotionJournalState
impl Unpin for PromotionJournalState
impl UnsafeUnpin for PromotionJournalState
impl UnwindSafe for PromotionJournalState
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