struct InboundSubscribe {
message: Subscribe,
state: SubscriptionStateMachine,
}Expand description
A SUBSCRIBE the peer sent, and how far the subscription it opened has got.
Fields§
§message: SubscribeThe message as it arrived, which is what the application answers from.
state: SubscriptionStateMachineThe subscription’s state, driven from the publisher’s end.
Auto Trait Implementations§
impl Freeze for InboundSubscribe
impl RefUnwindSafe for InboundSubscribe
impl Send for InboundSubscribe
impl Sync for InboundSubscribe
impl Unpin for InboundSubscribe
impl UnsafeUnpin for InboundSubscribe
impl UnwindSafe for InboundSubscribe
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