pub struct RingInner { /* private fields */ }Expand description
Shared ring state used by request handles.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for RingInner
impl !RefUnwindSafe for RingInner
impl !UnwindSafe for RingInner
impl Send for RingInner
impl Sync for RingInner
impl Unpin for RingInner
impl UnsafeUnpin for RingInner
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