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