pub enum SessionInternals {
Single(ScheduleConfig),
MultiSession(ScheduleConfigs),
}
Expand description
Enum representing the internal configurations of a session.
Variants§
Single(ScheduleConfig)
Single session configuration.
MultiSession(ScheduleConfigs)
Multiple session configurations.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SessionInternals
impl RefUnwindSafe for SessionInternals
impl Send for SessionInternals
impl !Sync for SessionInternals
impl Unpin for SessionInternals
impl UnwindSafe for SessionInternals
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