pub struct AddTo<T>(/* private fields */);
Expand description
Add range to object T
.
Auto Trait Implementations§
impl<T> Freeze for AddTo<T>
impl<T> RefUnwindSafe for AddTo<T>where
T: RefUnwindSafe,
impl<T> Send for AddTo<T>where
T: Send,
impl<T> Sync for AddTo<T>where
T: Sync,
impl<T> Unpin for AddTo<T>where
T: Unpin,
impl<T> UnwindSafe for AddTo<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