pub struct GitLog { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for GitLog
impl RefUnwindSafe for GitLog
impl Send for GitLog
impl !Sync for GitLog
impl Unpin for GitLog
impl UnsafeUnpin for GitLog
impl UnwindSafe for GitLog
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