pub struct SignedHeaders {
pub date: String,
pub authorization: String,
pub content_type: Option<String>,
pub content_length: Option<String>,
pub x_content_sha256: Option<String>,
pub extra_headers: Vec<(String, String)>,
}Fields§
§date: String§content_type: Option<String>§content_length: Option<String>§x_content_sha256: Option<String>§extra_headers: Vec<(String, String)>Trait Implementations§
Source§impl Clone for SignedHeaders
impl Clone for SignedHeaders
Source§fn clone(&self) -> SignedHeaders
fn clone(&self) -> SignedHeaders
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SignedHeaders
impl RefUnwindSafe for SignedHeaders
impl Send for SignedHeaders
impl Sync for SignedHeaders
impl Unpin for SignedHeaders
impl UnsafeUnpin for SignedHeaders
impl UnwindSafe for SignedHeaders
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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