pub struct SessionTransition {
pub session: AgentSession,
pub just_opened: bool,
pub sleep_seconds: u64,
}Fields§
§session: AgentSession§just_opened: bool§sleep_seconds: u64Auto Trait Implementations§
impl Freeze for SessionTransition
impl RefUnwindSafe for SessionTransition
impl Send for SessionTransition
impl Sync for SessionTransition
impl Unpin for SessionTransition
impl UnsafeUnpin for SessionTransition
impl UnwindSafe for SessionTransition
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