pub struct RoutineSession { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Context for RoutineSession
impl Context for RoutineSession
Source§impl ManagedContext for RoutineSession
impl ManagedContext for RoutineSession
fn controller(&mut self) -> &mut Controller
Source§impl RoutineContext for RoutineSession
impl RoutineContext for RoutineSession
fn session(&mut self) -> &mut RoutineSession
Auto Trait Implementations§
impl Freeze for RoutineSession
impl !RefUnwindSafe for RoutineSession
impl Send for RoutineSession
impl Sync for RoutineSession
impl Unpin for RoutineSession
impl !UnwindSafe for RoutineSession
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