struct InboundSubscribe {
message: Subscribe,
state: SubscriptionStateMachine,
}Expand description
A subscription the peer opened with SUBSCRIBE.
Fields§
§message: SubscribeThe message as it arrived, which is what the application answers from.
state: SubscriptionStateMachineHow far the subscription it opened has got.
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