pub struct HttpPushUriUpdateRequest<U> {
pub update_stream: UploadStream<U>,
pub upload_timeout: Duration,
}Expand description
UpdateService raw HttpPushUri upload request data.
Fields§
§update_stream: UploadStream<U>Streamed update image data.
upload_timeout: DurationTimeout used only for this upload request.
Auto Trait Implementations§
impl<U> Freeze for HttpPushUriUpdateRequest<U>where
U: Freeze,
impl<U> RefUnwindSafe for HttpPushUriUpdateRequest<U>where
U: RefUnwindSafe,
impl<U> Send for HttpPushUriUpdateRequest<U>where
U: Send,
impl<U> Sync for HttpPushUriUpdateRequest<U>where
U: Sync,
impl<U> Unpin for HttpPushUriUpdateRequest<U>where
U: Unpin,
impl<U> UnsafeUnpin for HttpPushUriUpdateRequest<U>where
U: UnsafeUnpin,
impl<U> UnwindSafe for HttpPushUriUpdateRequest<U>where
U: 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