pub struct ProjectionHandlingRequest {
pub consumer_name: String,
pub stream_name: String,
pub subject: String,
pub event: ProjectionEvent,
}Fields§
§consumer_name: String§stream_name: String§subject: String§event: ProjectionEventTrait Implementations§
Source§impl Clone for ProjectionHandlingRequest
impl Clone for ProjectionHandlingRequest
Source§fn clone(&self) -> ProjectionHandlingRequest
fn clone(&self) -> ProjectionHandlingRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProjectionHandlingRequest
impl Debug for ProjectionHandlingRequest
impl Eq for ProjectionHandlingRequest
impl StructuralPartialEq for ProjectionHandlingRequest
Auto Trait Implementations§
impl Freeze for ProjectionHandlingRequest
impl RefUnwindSafe for ProjectionHandlingRequest
impl Send for ProjectionHandlingRequest
impl Sync for ProjectionHandlingRequest
impl Unpin for ProjectionHandlingRequest
impl UnsafeUnpin for ProjectionHandlingRequest
impl UnwindSafe for ProjectionHandlingRequest
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