pub struct RHalf<R, W> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<R, W> Freeze for RHalf<R, W>where
R: Freeze,
impl<R, W> RefUnwindSafe for RHalf<R, W>where
R: RefUnwindSafe,
W: RefUnwindSafe,
impl<R, W> Send for RHalf<R, W>
impl<R, W> Sync for RHalf<R, W>
impl<R, W> Unpin for RHalf<R, W>
impl<R, W> UnwindSafe for RHalf<R, W>where
R: UnwindSafe,
W: 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