pub struct LoadedThread {
pub session_id: String,
pub cwd: String,
}Fields§
§session_id: String§cwd: StringTrait Implementations§
Source§impl Debug for LoadedThread
impl Debug for LoadedThread
impl Eq for LoadedThread
Source§impl PartialEq for LoadedThread
impl PartialEq for LoadedThread
Source§impl Serialize for LoadedThread
impl Serialize for LoadedThread
impl StructuralPartialEq for LoadedThread
Auto Trait Implementations§
impl Freeze for LoadedThread
impl RefUnwindSafe for LoadedThread
impl Send for LoadedThread
impl Sync for LoadedThread
impl Unpin for LoadedThread
impl UnsafeUnpin for LoadedThread
impl UnwindSafe for LoadedThread
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.