pub struct S3AuthHeaders {
pub authorization: String,
pub x_amz_date: String,
pub x_amz_content_sha256: String,
}Expand description
SigV4 Authorization headers for a standard (non-presigned) S3 request.
Fields§
§x_amz_date: String§x_amz_content_sha256: StringAuto Trait Implementations§
impl Freeze for S3AuthHeaders
impl RefUnwindSafe for S3AuthHeaders
impl Send for S3AuthHeaders
impl Sync for S3AuthHeaders
impl Unpin for S3AuthHeaders
impl UnsafeUnpin for S3AuthHeaders
impl UnwindSafe for S3AuthHeaders
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