pub struct GetEncodedResponse { /* private fields */ }Expand description
Returns the response body and size if it were re-encoded with the specified settings. Only applies to images.
Implementations§
Trait Implementations§
Source§impl Clone for GetEncodedResponse
impl Clone for GetEncodedResponse
Source§fn clone(&self) -> GetEncodedResponse
fn clone(&self) -> GetEncodedResponse
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 GetEncodedResponse
impl Debug for GetEncodedResponse
Auto Trait Implementations§
impl Freeze for GetEncodedResponse
impl RefUnwindSafe for GetEncodedResponse
impl Send for GetEncodedResponse
impl Sync for GetEncodedResponse
impl Unpin for GetEncodedResponse
impl UnsafeUnpin for GetEncodedResponse
impl UnwindSafe for GetEncodedResponse
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