Enum rusoto_signature::signature::SignedRequestPayload [−][src]
pub enum SignedRequestPayload {
Buffer(Bytes),
Stream(ByteStream),
}Expand description
Possible payloads included in a SignedRequest.
Variants
Buffer(Bytes)
Tuple Fields
0: BytesTransfer payload in a single chunk
Stream(ByteStream)
Tuple Fields
0: ByteStreamTransfer payload in multiple chunks
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for SignedRequestPayload
impl Send for SignedRequestPayload
impl !Sync for SignedRequestPayload
impl Unpin for SignedRequestPayload
impl !UnwindSafe for SignedRequestPayload
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more