pub struct Signed {
pub signed: Signed,
}
Expand description
A thin wrapper around the base library’s Signed type
Fields§
§signed: Signed
The inner Signed type which can produce string versions of HTTP headers
Implementations§
Source§impl Signed
impl Signed
Sourcepub fn signature_header(
self,
hm: &mut HeaderMap,
) -> Result<(), InvalidHeaderValue>
pub fn signature_header( self, hm: &mut HeaderMap, ) -> Result<(), InvalidHeaderValue>
Set the Signature Header in a given HeaderMap
Set the Authorization Header in a given HeaderMap
Auto Trait Implementations§
impl Freeze for Signed
impl RefUnwindSafe for Signed
impl Send for Signed
impl Sync for Signed
impl Unpin for Signed
impl UnwindSafe for Signed
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