pub struct SessionEvidence {
pub session: SessionRow,
pub edits: Vec<FileEdit>,
}Expand description
One session’s slice of a file’s history: its metadata plus the edits it made to this file.
Fields§
§session: SessionRow§edits: Vec<FileEdit>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SessionEvidence
impl RefUnwindSafe for SessionEvidence
impl Send for SessionEvidence
impl Sync for SessionEvidence
impl Unpin for SessionEvidence
impl UnsafeUnpin for SessionEvidence
impl UnwindSafe for SessionEvidence
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