pub struct GitRevisionList;
Implementations§
Auto Trait Implementations§
impl Freeze for GitRevisionList
impl RefUnwindSafe for GitRevisionList
impl Send for GitRevisionList
impl Sync for GitRevisionList
impl Unpin for GitRevisionList
impl UnwindSafe for GitRevisionList
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