pub struct SupportBundleHeadThen(/* private fields */);Implementations§
Source§impl SupportBundleHeadThen
impl SupportBundleHeadThen
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 SupportBundleHeadThen
impl !RefUnwindSafe for SupportBundleHeadThen
impl !Send for SupportBundleHeadThen
impl !Sync for SupportBundleHeadThen
impl Unpin for SupportBundleHeadThen
impl UnsafeUnpin for SupportBundleHeadThen
impl !UnwindSafe for SupportBundleHeadThen
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