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