pub struct EditBatch { /* private fields */ }Expand description
A batch of edits to apply atomically.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EditBatch
impl RefUnwindSafe for EditBatch
impl Send for EditBatch
impl Sync for EditBatch
impl Unpin for EditBatch
impl UnsafeUnpin for EditBatch
impl UnwindSafe for EditBatch
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