Enum message_io::network::Readiness [−][src]
pub enum Readiness { Write, Read, }
Expand description
Used for the adapter implementation. Specify the kind of event that is available for a resource.
Variants
The resource is available to write
The resource is available to read (has any content to read).
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Readiness
impl UnwindSafe for Readiness
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V