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