pub struct StoreHistory { /* private fields */ }Implementations§
Source§impl StoreHistory
impl StoreHistory
pub fn resolve(&self)
pub fn parse_update(&self, update: &Update) -> Vec<History>
pub fn parse_delete_sets( &self, old_sets: &ClientMap<OrderRange>, new_sets: &ClientMap<OrderRange>, ) -> Vec<History>
pub fn parse_store(&self, options: HistoryOptions) -> Vec<History>
Trait Implementations§
Source§impl Clone for StoreHistory
impl Clone for StoreHistory
Source§fn clone(&self) -> StoreHistory
fn clone(&self) -> StoreHistory
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 StoreHistory
impl Debug for StoreHistory
Source§impl Default for StoreHistory
impl Default for StoreHistory
Source§fn default() -> StoreHistory
fn default() -> StoreHistory
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StoreHistory
impl RefUnwindSafe for StoreHistory
impl Send for StoreHistory
impl Sync for StoreHistory
impl Unpin for StoreHistory
impl UnwindSafe for StoreHistory
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