pub struct Koryto {
pub coroutines: Vec<Coroutine>,
}Fields§
§coroutines: Vec<Coroutine>Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Koryto
impl !Send for Koryto
impl !Sync for Koryto
impl Unpin for Koryto
impl !UnwindSafe for Koryto
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