pub struct MemEventsRx { /* private fields */ }Expand description
In-memory events RX lane.
Implementations§
Trait Implementations§
Source§impl Clone for MemEventsRx
impl Clone for MemEventsRx
Source§fn clone(&self) -> MemEventsRx
fn clone(&self) -> MemEventsRx
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 LaneRx for MemEventsRx
impl LaneRx for MemEventsRx
Source§impl LaneRxBorrow for MemEventsRx
impl LaneRxBorrow for MemEventsRx
Auto Trait Implementations§
impl Freeze for MemEventsRx
impl RefUnwindSafe for MemEventsRx
impl Send for MemEventsRx
impl Sync for MemEventsRx
impl Unpin for MemEventsRx
impl UnwindSafe for MemEventsRx
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