pub struct GitInfo { /* private fields */ }
Implementations§
Source§impl GitInfo
impl GitInfo
pub fn new() -> HyperlitResult<GitInfo>
pub fn get_last_modification_info( &self, path: &Path, ) -> HyperlitResult<LastModificationInfo>
Auto Trait Implementations§
impl Freeze for GitInfo
impl RefUnwindSafe for GitInfo
impl Send for GitInfo
impl !Sync for GitInfo
impl Unpin for GitInfo
impl UnwindSafe for GitInfo
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