pub struct WrapParamRef<T, P>{ /* private fields */ }Trait Implementations§
Source§impl<T, P> AsMut<T> for WrapParamRef<T, P>
impl<T, P> AsMut<T> for WrapParamRef<T, P>
Source§impl<T, P> AsRef<T> for WrapParamRef<T, P>
impl<T, P> AsRef<T> for WrapParamRef<T, P>
Source§impl<T, P> Drop for WrapParamRef<T, P>
impl<T, P> Drop for WrapParamRef<T, P>
Source§impl<T, P> From<*const P> for WrapParamRef<T, P>
impl<T, P> From<*const P> for WrapParamRef<T, P>
Auto Trait Implementations§
impl<T, P> Freeze for WrapParamRef<T, P>where
T: Freeze,
impl<T, P> RefUnwindSafe for WrapParamRef<T, P>where
T: RefUnwindSafe,
P: RefUnwindSafe,
impl<T, P> !Send for WrapParamRef<T, P>
impl<T, P> !Sync for WrapParamRef<T, P>
impl<T, P> Unpin for WrapParamRef<T, P>where
T: Unpin,
impl<T, P> UnwindSafe for WrapParamRef<T, P>where
T: UnwindSafe,
P: RefUnwindSafe,
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