pub struct PresignedRequest { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for PresignedRequest
impl Clone for PresignedRequest
Source§fn clone(&self) -> PresignedRequest
fn clone(&self) -> PresignedRequest
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 moreSource§impl Debug for PresignedRequest
impl Debug for PresignedRequest
Source§impl Default for PresignedRequest
impl Default for PresignedRequest
Source§impl From<PresignedRequest> for PresignedRequest
impl From<PresignedRequest> for PresignedRequest
Source§fn from(value: PresignedRequest) -> Self
fn from(value: PresignedRequest) -> Self
Converts to this type from the input type.
Source§impl TryFrom<PresignedRequest> for PresignedRequest
impl TryFrom<PresignedRequest> for PresignedRequest
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: PresignedRequest) -> Result<Self, ConversionError>
fn try_from(value: PresignedRequest) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for PresignedRequest
impl RefUnwindSafe for PresignedRequest
impl Send for PresignedRequest
impl Sync for PresignedRequest
impl Unpin for PresignedRequest
impl UnsafeUnpin for PresignedRequest
impl UnwindSafe for PresignedRequest
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