pub struct IsoTpAsyncNodeBuilderWithRx<'a, Tx, Rx, C> { /* private fields */ }Expand description
Builder state after RX storage has been provided.
Implementations§
Source§impl<'a, Tx, Rx, C> IsoTpAsyncNodeBuilderWithRx<'a, Tx, Rx, C>where
Tx: AsyncTxFrameIo,
Rx: AsyncRxFrameIo<Frame = <Tx as AsyncTxFrameIo>::Frame, Error = <Tx as AsyncTxFrameIo>::Error>,
<Tx as AsyncTxFrameIo>::Frame: Frame,
C: Clock,
impl<'a, Tx, Rx, C> IsoTpAsyncNodeBuilderWithRx<'a, Tx, Rx, C>where
Tx: AsyncTxFrameIo,
Rx: AsyncRxFrameIo<Frame = <Tx as AsyncTxFrameIo>::Frame, Error = <Tx as AsyncTxFrameIo>::Error>,
<Tx as AsyncTxFrameIo>::Frame: Frame,
C: Clock,
Sourcepub fn build(
self,
) -> Result<IsoTpAsyncNode<'a, Tx, Rx, <Tx as AsyncTxFrameIo>::Frame, C>, IsoTpError<()>>
pub fn build( self, ) -> Result<IsoTpAsyncNode<'a, Tx, Rx, <Tx as AsyncTxFrameIo>::Frame, C>, IsoTpError<()>>
Validate configuration and build an IsoTpAsyncNode.
Auto Trait Implementations§
impl<'a, Tx, Rx, C> Freeze for IsoTpAsyncNodeBuilderWithRx<'a, Tx, Rx, C>
impl<'a, Tx, Rx, C> RefUnwindSafe for IsoTpAsyncNodeBuilderWithRx<'a, Tx, Rx, C>
impl<'a, Tx, Rx, C> Send for IsoTpAsyncNodeBuilderWithRx<'a, Tx, Rx, C>
impl<'a, Tx, Rx, C> Sync for IsoTpAsyncNodeBuilderWithRx<'a, Tx, Rx, C>
impl<'a, Tx, Rx, C> Unpin for IsoTpAsyncNodeBuilderWithRx<'a, Tx, Rx, C>
impl<'a, Tx, Rx, C> UnsafeUnpin for IsoTpAsyncNodeBuilderWithRx<'a, Tx, Rx, C>
impl<'a, Tx, Rx, C> !UnwindSafe for IsoTpAsyncNodeBuilderWithRx<'a, Tx, Rx, C>
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