Enum async_wasi::snapshots::serialize::SerialConnectState
source · pub enum SerialConnectState {
Empty,
Listening,
Connected,
Connecting,
}
Variants§
Trait Implementations§
source§impl Clone for SerialConnectState
impl Clone for SerialConnectState
source§fn clone(&self) -> SerialConnectState
fn clone(&self) -> SerialConnectState
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 SerialConnectState
impl Debug for SerialConnectState
source§impl<'de> Deserialize<'de> for SerialConnectState
impl<'de> Deserialize<'de> for SerialConnectState
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<ConnectState> for SerialConnectState
impl From<ConnectState> for SerialConnectState
source§fn from(s: ConnectState) -> Self
fn from(s: ConnectState) -> Self
Converts to this type from the input type.
source§impl From<SerialConnectState> for ConnectState
impl From<SerialConnectState> for ConnectState
source§fn from(val: SerialConnectState) -> Self
fn from(val: SerialConnectState) -> Self
Converts to this type from the input type.
source§impl Serialize for SerialConnectState
impl Serialize for SerialConnectState
impl Copy for SerialConnectState
Auto Trait Implementations§
impl RefUnwindSafe for SerialConnectState
impl Send for SerialConnectState
impl Sync for SerialConnectState
impl Unpin for SerialConnectState
impl UnwindSafe for SerialConnectState
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