Struct wrap_stream::WrapIntStream
source · [−]pub(crate) struct WrapIntStream;
Trait Implementations
sourceimpl Wrapper for WrapIntStream
impl Wrapper for WrapIntStream
type Unwrap = SendValue<u64, Wrap<WrapIntStream>>
Auto Trait Implementations
impl RefUnwindSafe for WrapIntStream
impl Send for WrapIntStream
impl Sync for WrapIntStream
impl Unpin for WrapIntStream
impl UnwindSafe for WrapIntStream
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more