pub struct PresignedResponse {
pub method: String,
pub headers: BTreeMap<String, String>,
pub url: String,
}
Fields§
§method: String
§headers: BTreeMap<String, String>
§url: String
Auto Trait Implementations§
impl Freeze for PresignedResponse
impl RefUnwindSafe for PresignedResponse
impl Send for PresignedResponse
impl Sync for PresignedResponse
impl Unpin for PresignedResponse
impl UnwindSafe for PresignedResponse
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