Enum wasi_common::sched::subscription::SubscriptionResult [−][src]
pub enum SubscriptionResult {
Read(Result<(u64, RwEventFlags), Error>),
Write(Result<(u64, RwEventFlags), Error>),
MonotonicClock(Result<(), Error>),
}
Variants
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for SubscriptionResult
impl Send for SubscriptionResult
impl Sync for SubscriptionResult
impl Unpin for SubscriptionResult
impl !UnwindSafe for SubscriptionResult
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more