pub struct reactions;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for reactions
impl RefUnwindSafe for reactions
impl Send for reactions
impl Sync for reactions
impl Unpin for reactions
impl UnwindSafe for reactions
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