#[repr(u8)]pub enum Intercepted {
No = 0,
Yes = 1,
}Expand description
Interceptor callbacks use this value to indicate whether the request was intercepted or not.
Variants§
Auto Trait Implementations§
impl Freeze for Intercepted
impl RefUnwindSafe for Intercepted
impl Send for Intercepted
impl Sync for Intercepted
impl Unpin for Intercepted
impl UnwindSafe for Intercepted
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