pub struct RingFull;Expand description
Error returned when the ring is full.
Trait Implementations§
impl Copy for RingFull
impl Eq for RingFull
impl StructuralPartialEq for RingFull
Auto Trait Implementations§
impl Freeze for RingFull
impl RefUnwindSafe for RingFull
impl Send for RingFull
impl Sync for RingFull
impl Unpin for RingFull
impl UnwindSafe for RingFull
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