pub struct ExRange<Idx>(/* private fields */);
Auto Trait Implementations§
impl<Idx> RefUnwindSafe for ExRange<Idx>where
Idx: RefUnwindSafe,
impl<Idx> Send for ExRange<Idx>where
Idx: Send,
impl<Idx> Sync for ExRange<Idx>where
Idx: Sync,
impl<Idx> Unpin for ExRange<Idx>where
Idx: Unpin,
impl<Idx> UnwindSafe for ExRange<Idx>where
Idx: UnwindSafe,
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