pub struct Presigned {
pub href: String,
pub headers: Vec<(String, String)>,
}Fields§
§href: String§headers: Vec<(String, String)>Auto Trait Implementations§
impl Freeze for Presigned
impl RefUnwindSafe for Presigned
impl Send for Presigned
impl Sync for Presigned
impl Unpin for Presigned
impl UnsafeUnpin for Presigned
impl UnwindSafe for Presigned
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