Struct databend_client::presign::PresignedResponse
source · pub struct PresignedResponse {
pub method: String,
pub headers: BTreeMap<String, String>,
pub url: String,
}Fields§
§method: String§headers: BTreeMap<String, String>§url: StringAuto Trait Implementations§
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