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