Enum libgit2_sys::git_tag
source · [−]pub enum git_tag {}
Auto Trait Implementations
impl RefUnwindSafe for git_tag
impl Send for git_tag
impl Sync for git_tag
impl Unpin for git_tag
impl UnwindSafe for git_tag
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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