pub struct IsStatus(pub StatusCode);Expand description
Simple StatusCode response guard.
Blocks the response the specified status-code is present.
Tuple Fields§
§0: StatusCodeImplementations§
Trait Implementations§
Source§impl From<StatusCode> for IsStatus
impl From<StatusCode> for IsStatus
Source§fn from(value: StatusCode) -> Self
fn from(value: StatusCode) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for IsStatus
impl RefUnwindSafe for IsStatus
impl Send for IsStatus
impl Sync for IsStatus
impl Unpin for IsStatus
impl UnwindSafe for IsStatus
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