pub struct Value<U: Unit, T> { /* private fields */ }Implementations§
Trait Implementations§
impl<U: Copy + Unit, T: Copy> Copy for Value<U, T>
impl<U: Eq + Unit, T: Eq> Eq for Value<U, T>
impl<U: Unit, T> StructuralPartialEq for Value<U, T>
Auto Trait Implementations§
impl<U, T> Freeze for Value<U, T>where
T: Freeze,
impl<U, T> RefUnwindSafe for Value<U, T>where
T: RefUnwindSafe,
U: RefUnwindSafe,
impl<U, T> Send for Value<U, T>
impl<U, T> Sync for Value<U, T>
impl<U, T> Unpin for Value<U, T>
impl<U, T> UnwindSafe for Value<U, T>where
T: UnwindSafe,
U: 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