pub struct EmbeddedIOAsyncAdapterUsingReady<T>(pub T);
Tuple Fields§
§0: T
Trait Implementations§
Source§impl<T: Clone> Clone for EmbeddedIOAsyncAdapterUsingReady<T>
impl<T: Clone> Clone for EmbeddedIOAsyncAdapterUsingReady<T>
Source§fn clone(&self) -> EmbeddedIOAsyncAdapterUsingReady<T>
fn clone(&self) -> EmbeddedIOAsyncAdapterUsingReady<T>
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<T: Debug> Debug for EmbeddedIOAsyncAdapterUsingReady<T>
impl<T: Debug> Debug for EmbeddedIOAsyncAdapterUsingReady<T>
Source§impl<T: ErrorType> ErrorType for EmbeddedIOAsyncAdapterUsingReady<T>
impl<T: ErrorType> ErrorType for EmbeddedIOAsyncAdapterUsingReady<T>
Source§impl<T: Hash> Hash for EmbeddedIOAsyncAdapterUsingReady<T>
impl<T: Hash> Hash for EmbeddedIOAsyncAdapterUsingReady<T>
Source§impl<T: Ord> Ord for EmbeddedIOAsyncAdapterUsingReady<T>
impl<T: Ord> Ord for EmbeddedIOAsyncAdapterUsingReady<T>
Source§fn cmp(&self, other: &EmbeddedIOAsyncAdapterUsingReady<T>) -> Ordering
fn cmp(&self, other: &EmbeddedIOAsyncAdapterUsingReady<T>) -> Ordering
1.21.0§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<T: PartialEq> PartialEq for EmbeddedIOAsyncAdapterUsingReady<T>
impl<T: PartialEq> PartialEq for EmbeddedIOAsyncAdapterUsingReady<T>
Source§impl<T: PartialOrd> PartialOrd for EmbeddedIOAsyncAdapterUsingReady<T>
impl<T: PartialOrd> PartialOrd for EmbeddedIOAsyncAdapterUsingReady<T>
Source§fn partial_cmp(
&self,
other: &EmbeddedIOAsyncAdapterUsingReady<T>,
) -> Option<Ordering>
fn partial_cmp( &self, other: &EmbeddedIOAsyncAdapterUsingReady<T>, ) -> Option<Ordering>
Source§impl<T> Read for EmbeddedIOAsyncAdapterUsingReady<T>
impl<T> Read for EmbeddedIOAsyncAdapterUsingReady<T>
Source§impl<T> Write for EmbeddedIOAsyncAdapterUsingReady<T>
impl<T> Write for EmbeddedIOAsyncAdapterUsingReady<T>
fn poll_write( self: Pin<&mut Self>, cx: &mut Context<'_>, buf: &[u8], ) -> Poll<Result<usize, Self::Error>>
fn poll_flush( self: Pin<&mut Self>, cx: &mut Context<'_>, ) -> Poll<Result<(), Self::Error>>
impl<T: Copy> Copy for EmbeddedIOAsyncAdapterUsingReady<T>
impl<T: Eq> Eq for EmbeddedIOAsyncAdapterUsingReady<T>
impl<T> StructuralPartialEq for EmbeddedIOAsyncAdapterUsingReady<T>
Auto Trait Implementations§
impl<T> Freeze for EmbeddedIOAsyncAdapterUsingReady<T>where
T: Freeze,
impl<T> RefUnwindSafe for EmbeddedIOAsyncAdapterUsingReady<T>where
T: RefUnwindSafe,
impl<T> Send for EmbeddedIOAsyncAdapterUsingReady<T>where
T: Send,
impl<T> Sync for EmbeddedIOAsyncAdapterUsingReady<T>where
T: Sync,
impl<T> Unpin for EmbeddedIOAsyncAdapterUsingReady<T>where
T: Unpin,
impl<T> UnwindSafe for EmbeddedIOAsyncAdapterUsingReady<T>where
T: UnwindSafe,
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)