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