#[non_exhaustive]pub struct LiveSessions {}Expand description
Snapshot of ~/.claude/sessions/{pid}.json entries. Stub.
Trait Implementations§
Source§impl Clone for LiveSessions
impl Clone for LiveSessions
Source§fn clone(&self) -> LiveSessions
fn clone(&self) -> LiveSessions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LiveSessions
impl RefUnwindSafe for LiveSessions
impl Send for LiveSessions
impl Sync for LiveSessions
impl Unpin for LiveSessions
impl UnsafeUnpin for LiveSessions
impl UnwindSafe for LiveSessions
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