pub struct HttpExtract<'a> {
pub service: &'a str,
pub method: &'a str,
}Expand description
http服务提取物
Fields§
§service: &'a str§method: &'a strImplementations§
Source§impl<'a> HttpExtract<'a>
impl<'a> HttpExtract<'a>
pub fn is_mailbox(&self) -> bool
Trait Implementations§
Source§impl<'a> Clone for HttpExtract<'a>
impl<'a> Clone for HttpExtract<'a>
Source§fn clone(&self) -> HttpExtract<'a>
fn clone(&self) -> HttpExtract<'a>
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<'a> Freeze for HttpExtract<'a>
impl<'a> RefUnwindSafe for HttpExtract<'a>
impl<'a> Send for HttpExtract<'a>
impl<'a> Sync for HttpExtract<'a>
impl<'a> Unpin for HttpExtract<'a>
impl<'a> UnsafeUnpin for HttpExtract<'a>
impl<'a> UnwindSafe for HttpExtract<'a>
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<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request