pub struct CreateProjectionUseCase;Expand description
Use Case: Create Projection
Creates a new projection for processing events.
Implementations§
Source§impl CreateProjectionUseCase
impl CreateProjectionUseCase
pub fn execute( request: CreateProjectionRequest, ) -> Result<CreateProjectionResponse>
Auto Trait Implementations§
impl Freeze for CreateProjectionUseCase
impl RefUnwindSafe for CreateProjectionUseCase
impl Send for CreateProjectionUseCase
impl Sync for CreateProjectionUseCase
impl Unpin for CreateProjectionUseCase
impl UnsafeUnpin for CreateProjectionUseCase
impl UnwindSafe for CreateProjectionUseCase
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