pub struct ServiceBusRequest {
pub event: ServiceBusEventEnvelope,
}Expand description
Wrapper around an incoming request-style event.
Fields§
§event: ServiceBusEventEnvelopeIncoming event envelope.
Implementations§
Trait Implementations§
Source§impl Clone for ServiceBusRequest
impl Clone for ServiceBusRequest
Source§fn clone(&self) -> ServiceBusRequest
fn clone(&self) -> ServiceBusRequest
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 moreAuto Trait Implementations§
impl Freeze for ServiceBusRequest
impl RefUnwindSafe for ServiceBusRequest
impl Send for ServiceBusRequest
impl Sync for ServiceBusRequest
impl Unpin for ServiceBusRequest
impl UnsafeUnpin for ServiceBusRequest
impl UnwindSafe for ServiceBusRequest
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