pub struct MultipartStream<S> { /* private fields */ }
Expand description
A stream which is part of a MultipartRequest
and used to stream out bytes
Implementations§
Auto Trait Implementations§
impl<S> Freeze for MultipartStream<S>where
S: Freeze,
impl<S> RefUnwindSafe for MultipartStream<S>where
S: RefUnwindSafe,
impl<S> Send for MultipartStream<S>where
S: Send,
impl<S> Sync for MultipartStream<S>where
S: Sync,
impl<S> Unpin for MultipartStream<S>where
S: Unpin,
impl<S> UnwindSafe for MultipartStream<S>where
S: 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