Struct git_fixture::Tree
source · [−]pub struct Tree {
pub files: HashMap<PathBuf, FileContent>,
pub message: Option<String>,
pub author: Option<String>,
}Fields
files: HashMap<PathBuf, FileContent>message: Option<String>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Tree
impl Send for Tree
impl Sync for Tree
impl Unpin for Tree
impl UnwindSafe for Tree
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more