pub struct SessionStartContext {
pub hook: SessionStartHook,
pub todo: TodoReminder,
pub diagnostics: DiagnosticsInjection,
}Expand description
Combined session start context
Fields§
§hook: SessionStartHookSession start hook
todo: TodoReminderTodo reminder
diagnostics: DiagnosticsInjectionDiagnostics
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SessionStartContext
impl RefUnwindSafe for SessionStartContext
impl Send for SessionStartContext
impl Sync for SessionStartContext
impl Unpin for SessionStartContext
impl UnsafeUnpin for SessionStartContext
impl UnwindSafe for SessionStartContext
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