pub struct Effectful { /* private fields */ }Expand description
代数效应请求上下文
包含依赖容器和请求信息,用于在请求处理过程中获取依赖。
Implementations§
Auto Trait Implementations§
impl !Freeze for Effectful
impl !RefUnwindSafe for Effectful
impl Send for Effectful
impl Sync for Effectful
impl Unpin for Effectful
impl UnsafeUnpin for Effectful
impl !UnwindSafe for Effectful
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