pub struct DownloadStreamResponse {
pub stream: Option<BytesStream>,
}
Fields§
§stream: Option<BytesStream>
Trait Implementations§
Source§impl Debug for DownloadStreamResponse
impl Debug for DownloadStreamResponse
Source§impl Default for DownloadStreamResponse
impl Default for DownloadStreamResponse
Source§fn default() -> DownloadStreamResponse
fn default() -> DownloadStreamResponse
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DownloadStreamResponse
impl !RefUnwindSafe for DownloadStreamResponse
impl Send for DownloadStreamResponse
impl !Sync for DownloadStreamResponse
impl Unpin for DownloadStreamResponse
impl !UnwindSafe for DownloadStreamResponse
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