pub struct SignRequest<'a> {
pub method: &'a str,
pub path: &'a str,
pub host: Option<&'a str>,
pub body: Option<&'a str>,
pub content_type: Option<&'a str>,
}Fields§
§method: &'a str§path: &'a str§host: Option<&'a str>§body: Option<&'a str>§content_type: Option<&'a str>Trait Implementations§
Source§impl<'a> Clone for SignRequest<'a>
impl<'a> Clone for SignRequest<'a>
Source§fn clone(&self) -> SignRequest<'a>
fn clone(&self) -> SignRequest<'a>
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<'a> Freeze for SignRequest<'a>
impl<'a> RefUnwindSafe for SignRequest<'a>
impl<'a> Send for SignRequest<'a>
impl<'a> Sync for SignRequest<'a>
impl<'a> Unpin for SignRequest<'a>
impl<'a> UnsafeUnpin for SignRequest<'a>
impl<'a> UnwindSafe for SignRequest<'a>
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