pub struct StableConduitTx<F: MsgFamily, LS: LinkSource> { /* private fields */ }Trait Implementations§
Source§impl<F: MsgFamily, LS> ConduitTx for StableConduitTx<F, LS>
impl<F: MsgFamily, LS> ConduitTx for StableConduitTx<F, LS>
type Msg = F
type Prepared = StablePreparedMessage
type Error = StableConduitError
Source§fn prepare_send(&self, item: F::Msg<'_>) -> Result<Self::Prepared, Self::Error>
fn prepare_send(&self, item: F::Msg<'_>) -> Result<Self::Prepared, Self::Error>
Serialize one outbound message into an owned representation.
Auto Trait Implementations§
impl<F, LS> Freeze for StableConduitTx<F, LS>
impl<F, LS> RefUnwindSafe for StableConduitTx<F, LS>
impl<F, LS> Send for StableConduitTx<F, LS>
impl<F, LS> Sync for StableConduitTx<F, LS>
impl<F, LS> Unpin for StableConduitTx<F, LS>
impl<F, LS> UnsafeUnpin for StableConduitTx<F, LS>
impl<F, LS> UnwindSafe for StableConduitTx<F, LS>
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