pub enum SPublishFlightState {
AwaitingPubrel,
}Expand description
The state of an incomplete QoS 2 publication by the server.
Variants§
AwaitingPubrel
A QoS 2 packet has been received and responded to with a PUBREC packet.
The next step in the handshake is the server sending a PUBREL packet.
Trait Implementations§
Source§impl Clone for SPublishFlightState
impl Clone for SPublishFlightState
Source§fn clone(&self) -> SPublishFlightState
fn clone(&self) -> SPublishFlightState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SPublishFlightState
impl Debug for SPublishFlightState
Source§impl PartialEq for SPublishFlightState
impl PartialEq for SPublishFlightState
impl Copy for SPublishFlightState
impl Eq for SPublishFlightState
impl StructuralPartialEq for SPublishFlightState
Auto Trait Implementations§
impl Freeze for SPublishFlightState
impl RefUnwindSafe for SPublishFlightState
impl Send for SPublishFlightState
impl Sync for SPublishFlightState
impl Unpin for SPublishFlightState
impl UnsafeUnpin for SPublishFlightState
impl UnwindSafe for SPublishFlightState
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