1 2 3 4 5 6 7
use crate::model::{Commit, CommitEntry}; #[derive(Debug)] pub struct UnsyncedCommitEntries { pub commit: Commit, pub entries: Vec<CommitEntry>, }