pub struct ResponseOutparam { /* private fields */ }Implementations§
Source§impl ResponseOutparam
impl ResponseOutparam
pub fn new(outparam: ResponseOutparam) -> Self
pub fn set_response<Registry>(
self,
response: OutgoingResponse<Registry>,
) -> OutgoingBody<Registry>where
Registry: PollableRegistry,
pub fn set_error(self, err: ErrorCode)
Auto Trait Implementations§
impl !Freeze for ResponseOutparam
impl RefUnwindSafe for ResponseOutparam
impl Send for ResponseOutparam
impl Sync for ResponseOutparam
impl Unpin for ResponseOutparam
impl UnsafeUnpin for ResponseOutparam
impl UnwindSafe for ResponseOutparam
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