Enum soketto::data::Incoming [−][src]
Data received from the remote end.
Variants
Data(Data)
Text or binary data.
Data sent with a PONG control frame.
Implementations
impl Incoming<'_>
[src]
impl Incoming<'_>
[src]Trait Implementations
impl<'a> PartialOrd<Incoming<'a>> for Incoming<'a>
[src]
impl<'a> PartialOrd<Incoming<'a>> for Incoming<'a>
[src]fn partial_cmp(&self, other: &Incoming<'a>) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool