Struct async_wasi::snapshots::serialize::SerialWasiDir
source · pub struct SerialWasiDir;
Trait Implementations§
source§impl Clone for SerialWasiDir
impl Clone for SerialWasiDir
source§fn clone(&self) -> SerialWasiDir
fn clone(&self) -> SerialWasiDir
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SerialWasiDir
impl Debug for SerialWasiDir
source§impl<'de> Deserialize<'de> for SerialWasiDir
impl<'de> Deserialize<'de> for SerialWasiDir
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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.
Auto Trait Implementations§
impl RefUnwindSafe for SerialWasiDir
impl Send for SerialWasiDir
impl Sync for SerialWasiDir
impl Unpin for SerialWasiDir
impl UnwindSafe for SerialWasiDir
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