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