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> Freeze for RemoteHead<'remote>
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§
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