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