pub struct Reply<T>(/* private fields */);Implementations§
Trait Implementations§
Source§impl<T: Serialize> HandlerOutput for Reply<T>
impl<T: Serialize> HandlerOutput for Reply<T>
const OPERATION: Operation = Operation::Unary
fn into_response(self) -> Result<Response<ServiceBody>, HandlerError>
Auto Trait Implementations§
impl<T> Freeze for Reply<T>where
T: Freeze,
impl<T> RefUnwindSafe for Reply<T>where
T: RefUnwindSafe,
impl<T> Send for Reply<T>where
T: Send,
impl<T> Sync for Reply<T>where
T: Sync,
impl<T> Unpin for Reply<T>where
T: Unpin,
impl<T> UnsafeUnpin for Reply<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for Reply<T>where
T: UnwindSafe,
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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