#[repr(C)]pub struct git_fetch_negotiation { /* private fields */ }Auto Trait Implementations§
impl Freeze for git_fetch_negotiation
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