struct BadRange;Auto Trait Implementations§
impl Freeze for BadRange
impl RefUnwindSafe for BadRange
impl Send for BadRange
impl Sync for BadRange
impl Unpin for BadRange
impl UnsafeUnpin for BadRange
impl UnwindSafe for BadRange
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