Struct aws_sigv4::sign::v4::SigningParams
source · #[non_exhaustive]pub struct SigningParams<'a, S> { /* private fields */ }
Expand description
Parameters to use when signing.
Implementations§
source§impl<'a, S> SigningParams<'a, S>
impl<'a, S> SigningParams<'a, S>
Trait Implementations§
source§impl<'a, S: Debug> Debug for SigningParams<'a, S>
impl<'a, S: Debug> Debug for SigningParams<'a, S>
source§impl<'a> From<SigningParams<'a, SigningSettings>> for SigningParams<'a>
impl<'a> From<SigningParams<'a, SigningSettings>> for SigningParams<'a>
source§fn from(value: SigningParams<'a, SigningSettings>) -> Self
fn from(value: SigningParams<'a, SigningSettings>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<'a, S> Freeze for SigningParams<'a, S>where
S: Freeze,
impl<'a, S> !RefUnwindSafe for SigningParams<'a, S>
impl<'a, S> Send for SigningParams<'a, S>where
S: Send,
impl<'a, S> Sync for SigningParams<'a, S>where
S: Sync,
impl<'a, S> Unpin for SigningParams<'a, S>where
S: Unpin,
impl<'a, S> !UnwindSafe for SigningParams<'a, S>
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.