pub struct ActiveStage { /* private fields */ }Implementations§
Source§impl ActiveStage
impl ActiveStage
pub fn context(&self) -> &CallContext
pub fn succeed(self)
pub fn reject(self, error: &SaddleError)
pub fn fail(self, error: &SaddleError)
Trait Implementations§
Source§impl Drop for ActiveStage
impl Drop for ActiveStage
Auto Trait Implementations§
impl Freeze for ActiveStage
impl RefUnwindSafe for ActiveStage
impl Send for ActiveStage
impl Sync for ActiveStage
impl Unpin for ActiveStage
impl UnsafeUnpin for ActiveStage
impl UnwindSafe for ActiveStage
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