pub struct BranchLog {
pub name: String,
pub commits: Vec<Commit>,
}Fields§
§name: String§commits: Vec<Commit>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BranchLog
impl RefUnwindSafe for BranchLog
impl Send for BranchLog
impl Sync for BranchLog
impl Unpin for BranchLog
impl UnsafeUnpin for BranchLog
impl UnwindSafe for BranchLog
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