Struct libgit2_sys::git_fetch_negotiation
source · #[repr(C)]pub struct git_fetch_negotiation { /* private fields */ }
Auto Trait Implementations§
impl RefUnwindSafe for git_fetch_negotiation
impl !Send for git_fetch_negotiation
impl !Sync for git_fetch_negotiation
impl Unpin for git_fetch_negotiation
impl UnwindSafe for git_fetch_negotiation
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