Struct git2::RemoteHead
source · [−]pub struct RemoteHead<'remote> { /* private fields */ }
Expand description
Description of a reference advertised by a remote server, given out on calls
to list
.
Implementations
Auto Trait Implementations
impl<'remote> RefUnwindSafe for RemoteHead<'remote>
impl<'remote> !Send for RemoteHead<'remote>
impl<'remote> !Sync for RemoteHead<'remote>
impl<'remote> Unpin for RemoteHead<'remote>
impl<'remote> UnwindSafe for RemoteHead<'remote>
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