pub struct Range<Left, Right>{ /* private fields */ }
Expand description
A type level range.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Left, Right> Freeze for Range<Left, Right>
impl<Left, Right> RefUnwindSafe for Range<Left, Right>where
Left: RefUnwindSafe,
Right: RefUnwindSafe,
impl<Left, Right> Send for Range<Left, Right>
impl<Left, Right> Sync for Range<Left, Right>
impl<Left, Right> Unpin for Range<Left, Right>
impl<Left, Right> UnwindSafe for Range<Left, Right>where
Left: UnwindSafe,
Right: 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