pub struct SupportBundleIndexThen(/* private fields */);Implementations§
Source§impl SupportBundleIndexThen
impl SupportBundleIndexThen
pub fn new(inner: Then) -> Self
pub fn into_inner(self) -> Then
pub fn default_response(self, status: u16, value: Value) -> Self
Auto Trait Implementations§
impl Freeze for SupportBundleIndexThen
impl !RefUnwindSafe for SupportBundleIndexThen
impl !Send for SupportBundleIndexThen
impl !Sync for SupportBundleIndexThen
impl Unpin for SupportBundleIndexThen
impl UnsafeUnpin for SupportBundleIndexThen
impl !UnwindSafe for SupportBundleIndexThen
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