pub struct PushTo<I: Value>(/* private fields */);Trait Implementations§
impl<I: Copy + Value> Copy for PushTo<I>
Auto Trait Implementations§
impl<I> Freeze for PushTo<I>
impl<I> RefUnwindSafe for PushTo<I>where
I: RefUnwindSafe,
impl<I> Send for PushTo<I>where
I: Send,
impl<I> Sync for PushTo<I>where
I: Sync,
impl<I> Unpin for PushTo<I>where
I: Unpin,
impl<I> UnwindSafe for PushTo<I>where
I: 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