pub struct ResponseHandling { /* private fields */ }Implementations§
Source§impl ResponseHandling
impl ResponseHandling
pub fn max_inline_bytes<T>(self, value: T) -> Self
pub fn storage_upload_request<T>(self, value: T) -> Self
pub fn submit_response_url<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for ResponseHandling
impl Clone for ResponseHandling
Source§fn clone(&self) -> ResponseHandling
fn clone(&self) -> ResponseHandling
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ResponseHandling
impl Debug for ResponseHandling
Source§impl Default for ResponseHandling
impl Default for ResponseHandling
Source§impl From<ResponseHandling> for ResponseHandling
impl From<ResponseHandling> for ResponseHandling
Source§fn from(value: ResponseHandling) -> Self
fn from(value: ResponseHandling) -> Self
Converts to this type from the input type.
Source§impl TryFrom<ResponseHandling> for ResponseHandling
impl TryFrom<ResponseHandling> for ResponseHandling
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: ResponseHandling) -> Result<Self, ConversionError>
fn try_from(value: ResponseHandling) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for ResponseHandling
impl RefUnwindSafe for ResponseHandling
impl Send for ResponseHandling
impl Sync for ResponseHandling
impl Unpin for ResponseHandling
impl UnsafeUnpin for ResponseHandling
impl UnwindSafe for ResponseHandling
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