pub struct AlgebraicEffect { /* private fields */ }Expand description
代数效应构建器
用于构建依赖容器并注册各种依赖。
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AlgebraicEffect
impl !RefUnwindSafe for AlgebraicEffect
impl Send for AlgebraicEffect
impl Sync for AlgebraicEffect
impl Unpin for AlgebraicEffect
impl UnsafeUnpin for AlgebraicEffect
impl !UnwindSafe for AlgebraicEffect
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