pub struct InputSignature<'a> {
pub public_key_key_id: &'a str,
pub data: &'a str,
}Fields§
§public_key_key_id: &'a str§data: &'a strTrait Implementations§
Source§impl<'a> Debug for InputSignature<'a>
impl<'a> Debug for InputSignature<'a>
Source§impl<'a> InputObject for InputSignature<'a>
impl<'a> InputObject for InputSignature<'a>
Source§type SchemaType = InputSignature
type SchemaType = InputSignature
The input object in the schema that this type represents.
Source§impl<'a> Serialize for InputSignature<'a>
impl<'a> Serialize for InputSignature<'a>
impl<'a> CoercesTo<InputSignature> for InputSignature<'a>
impl<'a> CoercesTo<Option<InputSignature>> for InputSignature<'a>
impl<'a> CoercesTo<Option<Option<InputSignature>>> for InputSignature<'a>
impl<'a> CoercesTo<Option<Vec<InputSignature>>> for InputSignature<'a>
impl<'a> CoercesTo<Option<Vec<Option<InputSignature>>>> for InputSignature<'a>
impl<'a> CoercesTo<Vec<InputSignature>> for InputSignature<'a>
impl<'a> CoercesTo<Vec<Vec<InputSignature>>> for InputSignature<'a>
Auto Trait Implementations§
impl<'a> Freeze for InputSignature<'a>
impl<'a> RefUnwindSafe for InputSignature<'a>
impl<'a> Send for InputSignature<'a>
impl<'a> Sync for InputSignature<'a>
impl<'a> Unpin for InputSignature<'a>
impl<'a> UnwindSafe for InputSignature<'a>
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Returns the layout of the type.
§impl<T, N1, N2> Niching<NichedOption<T, N1>> for N2where
T: SharedNiching<N1, N2>,
N1: Niching<T>,
N2: Niching<T>,
impl<T, N1, N2> Niching<NichedOption<T, N1>> for N2where
T: SharedNiching<N1, N2>,
N1: Niching<T>,
N2: Niching<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> Pointee for T
impl<T> Pointee for T
§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
§impl<T> ServiceExt for T
impl<T> ServiceExt for T
§fn decompression(self) -> Decompression<Self>where
Self: Sized,
fn decompression(self) -> Decompression<Self>where
Self: Sized,
Decompress response bodies. Read more
§fn trace_for_http(self) -> Trace<Self, SharedClassifier<ServerErrorsAsFailures>>where
Self: Sized,
fn trace_for_http(self) -> Trace<Self, SharedClassifier<ServerErrorsAsFailures>>where
Self: Sized,
High level tracing that classifies responses using HTTP status codes. Read more
§fn trace_for_grpc(self) -> Trace<Self, SharedClassifier<GrpcErrorsAsFailures>>where
Self: Sized,
fn trace_for_grpc(self) -> Trace<Self, SharedClassifier<GrpcErrorsAsFailures>>where
Self: Sized,
High level tracing that classifies responses using gRPC headers. Read more
§fn follow_redirects(self) -> FollowRedirect<Self>where
Self: Sized,
fn follow_redirects(self) -> FollowRedirect<Self>where
Self: Sized,
§fn catch_panic(self) -> CatchPanic<Self, DefaultResponseForPanic>where
Self: Sized,
fn catch_panic(self) -> CatchPanic<Self, DefaultResponseForPanic>where
Self: Sized,
Catch panics and convert them into
500 Internal Server responses. Read more