Enum libgit2_sys::git_branch_iterator
source · pub enum git_branch_iterator {}
Auto Trait Implementations§
impl RefUnwindSafe for git_branch_iterator
impl Send for git_branch_iterator
impl Sync for git_branch_iterator
impl Unpin for git_branch_iterator
impl UnwindSafe for git_branch_iterator
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