Struct wasi_common::sched::subscription::RwSubscription [−][src]
pub struct RwSubscription<'a> {
pub file: &'a dyn WasiFile,
// some fields omitted
}
Fields
file: &'a dyn WasiFile
Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for RwSubscription<'a>
impl<'a> Send for RwSubscription<'a>
impl<'a> Sync for RwSubscription<'a>
impl<'a> Unpin for RwSubscription<'a>
impl<'a> !UnwindSafe for RwSubscription<'a>
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