pub struct SignedRequest { /* private fields */ }Expand description
Request after a signer has consumed and sealed a shaped request.
Implementations§
Source§impl SignedRequest
impl SignedRequest
Sourcepub fn from_shaped(
shaped: ShapedRequest,
_capability: &mut SigningCapability,
) -> Self
pub fn from_shaped( shaped: ShapedRequest, _capability: &mut SigningCapability, ) -> Self
Seals an owned shaped request after the signer has applied credentials.
Trait Implementations§
Source§impl Clone for SignedRequest
impl Clone for SignedRequest
Source§fn clone(&self) -> SignedRequest
fn clone(&self) -> SignedRequest
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 !Freeze for SignedRequest
impl RefUnwindSafe for SignedRequest
impl Send for SignedRequest
impl Sync for SignedRequest
impl Unpin for SignedRequest
impl UnsafeUnpin for SignedRequest
impl UnwindSafe for SignedRequest
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