Struct loro_internal::delta::MapDelta
source · pub struct MapDelta {
pub updated: FxHashMap<DefaultAtom, MapValue>,
}Fields§
§updated: FxHashMap<DefaultAtom, MapValue>Implementations§
source§impl MapDelta
impl MapDelta
pub fn new() -> Self
pub fn with_entry(self, key: DefaultAtom, map_value: MapValue) -> Self
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MapDelta
impl Send for MapDelta
impl Sync for MapDelta
impl Unpin for MapDelta
impl UnwindSafe for MapDelta
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