pub struct StreamPreviewImageResponse(pub Vec<u8>);Expand description
The bytes of a JPEG image.
Tuple Fields§
§0: Vec<u8>Trait Implementations§
Source§impl Clone for StreamPreviewImageResponse
impl Clone for StreamPreviewImageResponse
Source§fn clone(&self) -> StreamPreviewImageResponse
fn clone(&self) -> StreamPreviewImageResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StreamPreviewImageResponse
impl Debug for StreamPreviewImageResponse
Source§impl ResponseBody for StreamPreviewImageResponse
impl ResponseBody for StreamPreviewImageResponse
Source§fn deserialize(bytes: Vec<u8>) -> Result<Self, Box<ExecuteEndpointRequestError>>
fn deserialize(bytes: Vec<u8>) -> Result<Self, Box<ExecuteEndpointRequestError>>
Deserialize, given the response body bytes. Read more
Auto Trait Implementations§
impl Freeze for StreamPreviewImageResponse
impl RefUnwindSafe for StreamPreviewImageResponse
impl Send for StreamPreviewImageResponse
impl Sync for StreamPreviewImageResponse
impl Unpin for StreamPreviewImageResponse
impl UnsafeUnpin for StreamPreviewImageResponse
impl UnwindSafe for StreamPreviewImageResponse
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