Struct matrix_sdk_base::ruma::api::client::media::create_content_async::v3::Response
#[non_exhaustive]pub struct Response {}
Available on crate feature
api
and (crate features client
or server
) only.Expand description
Response type for the create_content_async
endpoint.
Trait Implementations§
§impl IncomingResponse for Response
Available on crate feature client
only.
impl IncomingResponse for Response
Available on crate feature
client
only.§type EndpointError = Error
type EndpointError = Error
A type capturing the expected error conditions the server can return.
§fn try_from_http_response<T>(
response: Response<T>
) -> Result<Response, FromHttpResponseError<Error>>
fn try_from_http_response<T>( response: Response<T> ) -> Result<Response, FromHttpResponseError<Error>>
Tries to convert the given
http::Response
into this response type.Auto Trait Implementations§
impl RefUnwindSafe for Response
impl Send for Response
impl Sync for Response
impl Unpin for Response
impl UnwindSafe for Response
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