pub struct UndoableUpdateUseCase<F: WriteUoWFactory> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<F: WriteUoWFactory + Send + 'static> UndoRedoCommand for UndoableUpdateUseCase<F>where
F::Entity: 'static,
impl<F: WriteUoWFactory + Send + 'static> UndoRedoCommand for UndoableUpdateUseCase<F>where
F::Entity: 'static,
Auto Trait Implementations§
impl<F> Freeze for UndoableUpdateUseCase<F>where
F: Freeze,
impl<F> RefUnwindSafe for UndoableUpdateUseCase<F>
impl<F> Send for UndoableUpdateUseCase<F>
impl<F> Sync for UndoableUpdateUseCase<F>
impl<F> Unpin for UndoableUpdateUseCase<F>
impl<F> UnsafeUnpin for UndoableUpdateUseCase<F>where
F: UnsafeUnpin,
impl<F> UnwindSafe for UndoableUpdateUseCase<F>
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