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