Enum async_wasi::snapshots::env::VFD
source · pub enum VFD {
Closed,
Inode(INode),
AsyncSocket(AsyncWasiSocket),
}
Variants§
Implementations§
Trait Implementations§
source§impl From<SerialStderr> for VFD
impl From<SerialStderr> for VFD
source§fn from(_: SerialStderr) -> Self
fn from(_: SerialStderr) -> Self
Converts to this type from the input type.
source§impl From<SerialStdin> for VFD
impl From<SerialStdin> for VFD
source§fn from(_: SerialStdin) -> Self
fn from(_: SerialStdin) -> Self
Converts to this type from the input type.
source§impl From<SerialStdout> for VFD
impl From<SerialStdout> for VFD
source§fn from(_: SerialStdout) -> Self
fn from(_: SerialStdout) -> Self
Converts to this type from the input type.
source§impl From<SerialWasiDir> for VFD
impl From<SerialWasiDir> for VFD
source§fn from(_: SerialWasiDir) -> Self
fn from(_: SerialWasiDir) -> Self
Converts to this type from the input type.
source§impl From<SerialWasiFile> for VFD
impl From<SerialWasiFile> for VFD
source§fn from(_: SerialWasiFile) -> Self
fn from(_: SerialWasiFile) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for VFD
impl Send for VFD
impl Sync for VFD
impl Unpin for VFD
impl !UnwindSafe for VFD
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