pub struct DynumPair<T: Any, N: DynumGet + Any> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<T, N> Freeze for DynumPair<T, N>
impl<T, N> RefUnwindSafe for DynumPair<T, N>where
T: RefUnwindSafe,
N: RefUnwindSafe,
impl<T, N> Send for DynumPair<T, N>
impl<T, N> Sync for DynumPair<T, N>
impl<T, N> Unpin for DynumPair<T, N>
impl<T, N> UnwindSafe for DynumPair<T, N>where
T: UnwindSafe,
N: 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