pub struct PresignedPost {
pub url: String,
pub fields: HashMap<String, String>,
pub dynamic_fields: HashMap<String, String>,
pub expiration: Rfc3339OffsetDateTime,
}Fields§
§url: String§fields: HashMap<String, String>§dynamic_fields: HashMap<String, String>§expiration: Rfc3339OffsetDateTimeTrait Implementations§
Auto Trait Implementations§
impl Freeze for PresignedPost
impl RefUnwindSafe for PresignedPost
impl Send for PresignedPost
impl Sync for PresignedPost
impl Unpin for PresignedPost
impl UnwindSafe for PresignedPost
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