pub struct RxRing(/* private fields */);Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for RxRing
impl !Sync for RxRing
impl !UnwindSafe for RxRing
impl Freeze for RxRing
impl Unpin for RxRing
impl UnsafeUnpin for RxRing
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