pub struct Operational {}Expand description
Operational primitives that must be used with care because they
break non-detectability of Cell steps/updates.
Implementations§
Auto Trait Implementations§
impl Freeze for Operational
impl RefUnwindSafe for Operational
impl Send for Operational
impl Sync for Operational
impl Unpin for Operational
impl UnsafeUnpin for Operational
impl UnwindSafe for Operational
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