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