pub struct MemEventsTx { /* private fields */ }Expand description
In-memory events TX lane.
Trait Implementations§
Source§impl Clone for MemEventsTx
impl Clone for MemEventsTx
Source§fn clone(&self) -> MemEventsTx
fn clone(&self) -> MemEventsTx
Returns a duplicate 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 LaneTx for MemEventsTx
impl LaneTx for MemEventsTx
Source§impl LaneTxWith for MemEventsTx
impl LaneTxWith for MemEventsTx
Source§fn publish_with<F>(&mut self, f: F) -> Result<(), LaneTxError>
fn publish_with<F>(&mut self, f: F) -> Result<(), LaneTxError>
Publish a message by writing it into a provided slot buffer. Read more
Source§impl LaneTxWithResult for MemEventsTx
impl LaneTxWithResult for MemEventsTx
Auto Trait Implementations§
impl Freeze for MemEventsTx
impl RefUnwindSafe for MemEventsTx
impl Send for MemEventsTx
impl Sync for MemEventsTx
impl Unpin for MemEventsTx
impl UnwindSafe for MemEventsTx
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