pub struct PutResponse {
pub key: String,
}Expand description
The response returned from the service after uploading an object.
Fields§
§key: StringThe key of the object, as stored.
Trait Implementations§
Source§impl Debug for PutResponse
impl Debug for PutResponse
Source§impl<'de> Deserialize<'de> for PutResponse
impl<'de> Deserialize<'de> for PutResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PutResponse
impl RefUnwindSafe for PutResponse
impl Send for PutResponse
impl Sync for PutResponse
impl Unpin for PutResponse
impl UnwindSafe for PutResponse
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