pub struct NatsContext {
pub headers: Option<HeaderMap>,
pub subject: Subject,
}Fields§
§headers: Option<HeaderMap>§subject: SubjectTrait Implementations§
Source§impl Debug for NatsContext
impl Debug for NatsContext
Auto Trait Implementations§
impl !Freeze for NatsContext
impl RefUnwindSafe for NatsContext
impl Send for NatsContext
impl Sync for NatsContext
impl Unpin for NatsContext
impl UnwindSafe for NatsContext
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