Struct akka_projection_rs_grpc::Envelope
source · pub struct Envelope<E>(/* private fields */);
Expand description
An envelope for all types of gRPC events.
Trait Implementations§
source§impl<E: PartialEq> PartialEq for Envelope<E>
impl<E: PartialEq> PartialEq for Envelope<E>
source§impl<E> TryFrom<Envelope<E>> for EventEnvelope<E>
impl<E> TryFrom<Envelope<E>> for EventEnvelope<E>
source§impl<E> WithPersistenceId for Envelope<E>
impl<E> WithPersistenceId for Envelope<E>
fn persistence_id(&self) -> &PersistenceId
impl<E> StructuralPartialEq for Envelope<E>
Auto Trait Implementations§
impl<E> RefUnwindSafe for Envelope<E>where E: RefUnwindSafe,
impl<E> Send for Envelope<E>where E: Send,
impl<E> Sync for Envelope<E>where E: Sync,
impl<E> Unpin for Envelope<E>where E: Unpin,
impl<E> UnwindSafe for Envelope<E>where E: UnwindSafe,
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request