pub struct UseCursor { /* private fields */ }
Expand description
effect handler
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UseCursor
impl !RefUnwindSafe for UseCursor
impl !Send for UseCursor
impl !Sync for UseCursor
impl Unpin for UseCursor
impl !UnwindSafe for UseCursor
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