pub struct ValueCloned<'a, V>where
V: Clone,{ /* private fields */ }Implementations§
Trait Implementations§
Source§impl<V> Deref for ValueCloned<'_, V>where
V: Clone,
impl<V> Deref for ValueCloned<'_, V>where
V: Clone,
Auto Trait Implementations§
impl<'a, V> Freeze for ValueCloned<'a, V>where
V: Freeze,
impl<'a, V> RefUnwindSafe for ValueCloned<'a, V>where
V: RefUnwindSafe,
impl<'a, V> !Send for ValueCloned<'a, V>
impl<'a, V> Sync for ValueCloned<'a, V>
impl<'a, V> Unpin for ValueCloned<'a, V>where
V: Unpin,
impl<'a, V> UnwindSafe for ValueCloned<'a, V>where
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