pub struct StopProjectionUseCase;Expand description
Use Case: Stop Projection
Stops a projection completely.
Implementations§
Source§impl StopProjectionUseCase
impl StopProjectionUseCase
pub fn execute(projection: Projection) -> Result<ProjectionDto>
Auto Trait Implementations§
impl Freeze for StopProjectionUseCase
impl RefUnwindSafe for StopProjectionUseCase
impl Send for StopProjectionUseCase
impl Sync for StopProjectionUseCase
impl Unpin for StopProjectionUseCase
impl UnsafeUnpin for StopProjectionUseCase
impl UnwindSafe for StopProjectionUseCase
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