pub struct Streamed;Auto Trait Implementations§
impl Freeze for Streamed
impl RefUnwindSafe for Streamed
impl Send for Streamed
impl Sync for Streamed
impl Unpin for Streamed
impl UnsafeUnpin for Streamed
impl UnwindSafe for Streamed
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