pub struct RpPresign { /* private fields */ }Expand description
Reply for presign operation.
Implementations§
Source§impl RpPresign
impl RpPresign
Sourcepub fn new(req: PresignedRequest) -> Self
pub fn new(req: PresignedRequest) -> Self
Create a new reply for presign.
Sourcepub fn into_presigned_request(self) -> PresignedRequest
pub fn into_presigned_request(self) -> PresignedRequest
Consume reply to build a presigned request.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for RpPresign
impl RefUnwindSafe for RpPresign
impl Send for RpPresign
impl Sync for RpPresign
impl Unpin for RpPresign
impl UnwindSafe for RpPresign
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