pub struct StopFlag(pub bool);Expand description
A flag that stops the handler chain.
Tuple Fields§
§0: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for StopFlag
impl RefUnwindSafe for StopFlag
impl Send for StopFlag
impl Sync for StopFlag
impl Unpin for StopFlag
impl UnsafeUnpin for StopFlag
impl UnwindSafe for StopFlag
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> IntoResponse<T> for Twhere
T: Send,
impl<T> IntoResponse<T> for Twhere
T: Send,
Source§fn into_response(self) -> T
fn into_response(self) -> T
Convert this value into a response.