pub struct ChunkList(/* private fields */);
Expand description
An array of changes, each of which should be passed to Automerge::load_incremental
Implementations§
Trait Implementations§
source§impl PartialEq<ChunkList> for ChunkList
impl PartialEq<ChunkList> for ChunkList
impl StructuralPartialEq for ChunkList
Auto Trait Implementations§
impl RefUnwindSafe for ChunkList
impl Send for ChunkList
impl Sync for ChunkList
impl Unpin for ChunkList
impl UnwindSafe for ChunkList
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