Struct async_wasi::snapshots::serialize::SerialStdin
source · pub struct SerialStdin;
Trait Implementations§
source§impl Clone for SerialStdin
impl Clone for SerialStdin
source§fn clone(&self) -> SerialStdin
fn clone(&self) -> SerialStdin
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 SerialStdin
impl Debug for SerialStdin
source§impl<'de> Deserialize<'de> for SerialStdin
impl<'de> Deserialize<'de> for SerialStdin
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<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.
Auto Trait Implementations§
impl RefUnwindSafe for SerialStdin
impl Send for SerialStdin
impl Sync for SerialStdin
impl Unpin for SerialStdin
impl UnwindSafe for SerialStdin
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