pub struct FailOnMissingOperation;Expand description
A marker struct indicating an Operation has not been set in a builder.
This does implement Upgradable but produces a [Service] which always returns an internal failure message.
Trait Implementations§
source§impl<P, Op, Exts, B, Pl> Upgradable<P, Op, Exts, B, Pl> for FailOnMissingOperationwhere
InternalFailureException: IntoResponse<P>,
P: 'static,
impl<P, Op, Exts, B, Pl> Upgradable<P, Op, Exts, B, Pl> for FailOnMissingOperationwhere InternalFailureException: IntoResponse<P>, P: 'static,
Auto Trait Implementations§
impl RefUnwindSafe for FailOnMissingOperation
impl Send for FailOnMissingOperation
impl Sync for FailOnMissingOperation
impl Unpin for FailOnMissingOperation
impl UnwindSafe for FailOnMissingOperation
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