pub enum Derive {
Method,
TargetUri,
Authority,
Scheme,
RequestTarget,
Path,
Query,
QueryParam,
Status,
}Expand description
Variants§
Implementations§
Source§impl Derive
impl Derive
Sourcepub fn seek_request<B>(
&self,
request: &Request<B>,
params: &Serializer,
) -> Result<Option<String>, HttpComponentError>
pub fn seek_request<B>( &self, request: &Request<B>, params: &Serializer, ) -> Result<Option<String>, HttpComponentError>
Reference RFC9421 HTTP Message Signatures §6.4.2
pub fn seek_response<B>( &self, response: &Response<B>, ) -> Result<Option<String>, HttpComponentError>
Trait Implementations§
impl Eq for Derive
impl StructuralPartialEq for Derive
Auto Trait Implementations§
impl Freeze for Derive
impl RefUnwindSafe for Derive
impl Send for Derive
impl Sync for Derive
impl Unpin for Derive
impl UnsafeUnpin for Derive
impl UnwindSafe for Derive
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.