pub struct SessionMatch {
pub session_key: String,
pub session_id: String,
pub cwd: String,
pub repo: String,
pub source_file_path: PathBuf,
}Fields§
§session_key: String§session_id: String§cwd: String§repo: String§source_file_path: PathBufTrait Implementations§
Source§impl Clone for SessionMatch
impl Clone for SessionMatch
Source§fn clone(&self) -> SessionMatch
fn clone(&self) -> SessionMatch
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SessionMatch
impl Debug for SessionMatch
Source§impl PartialEq for SessionMatch
impl PartialEq for SessionMatch
impl Eq for SessionMatch
impl StructuralPartialEq for SessionMatch
Auto Trait Implementations§
impl Freeze for SessionMatch
impl RefUnwindSafe for SessionMatch
impl Send for SessionMatch
impl Sync for SessionMatch
impl Unpin for SessionMatch
impl UnsafeUnpin for SessionMatch
impl UnwindSafe for SessionMatch
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