pub struct DisplayRange<T>(/* private fields */);
Trait Implementationsยง
Auto Trait Implementationsยง
impl<T> Freeze for DisplayRange<T>where
T: Freeze,
impl<T> RefUnwindSafe for DisplayRange<T>where
T: RefUnwindSafe,
impl<T> Send for DisplayRange<T>where
T: Send,
impl<T> Sync for DisplayRange<T>where
T: Sync,
impl<T> Unpin for DisplayRange<T>where
T: Unpin,
impl<T> UnwindSafe for DisplayRange<T>where
T: 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