Struct dittolive_ditto::store::batch::Action
source · pub struct Action<'batch>(/* private fields */);
Expand description
Identifier for changes
Auto Trait Implementations§
impl<'batch> RefUnwindSafe for Action<'batch>
impl<'batch> Send for Action<'batch>
impl<'batch> Sync for Action<'batch>
impl<'batch> Unpin for Action<'batch>
impl<'batch> !UnwindSafe for Action<'batch>
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