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