Struct actix_protobuf::ProtoBuf [−][src]
Trait Implementations
impl<T: Message> Debug for ProtoBuf<T> where
T: Debug,
[src]
T: Debug,
impl<T: Message> Deref for ProtoBuf<T>
[src]
impl<T: Message> DerefMut for ProtoBuf<T>
[src]
impl<T: Message> Display for ProtoBuf<T> where
T: Display,
[src]
T: Display,
impl<T> FromRequest for ProtoBuf<T> where
T: Message + Default + 'static,
[src]
T: Message + Default + 'static,
type Config = ProtoBufConfig
Configuration for this extractor.
type Error = Error
The associated error which can be returned.
type Future = LocalBoxFuture<'static, Result<Self, Error>>
Future that resolves to a Self.
fn from_request(req: &HttpRequest, payload: &mut Payload) -> Self::Future
[src]
pub fn extract(req: &HttpRequest) -> Self::Future
pub fn configure<F>(f: F) -> Self::Config where
F: FnOnce(Self::Config) -> Self::Config,
F: FnOnce(Self::Config) -> Self::Config,
impl<T: Message + Default> Responder for ProtoBuf<T>
[src]
fn respond_to(self, _: &HttpRequest) -> HttpResponse
[src]
pub fn with_status(self, status: StatusCode) -> CustomResponder<Self>
pub fn with_header<H>(self, header: H) -> CustomResponder<Self> where
H: IntoHeaderPair,
H: IntoHeaderPair,
Auto Trait Implementations
impl<T> RefUnwindSafe for ProtoBuf<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for ProtoBuf<T>
impl<T> Sync for ProtoBuf<T>
impl<T> Unpin for ProtoBuf<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for ProtoBuf<T> where
T: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T> Instrument for T
[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,