pub struct RemoteHelperFetchDiscovery { /* private fields */ }Expand description
A live helper after capability and ref discovery, before any import or local object/ref mutation. Clone can finalize its provisional repository’s object format and then continue this same protocol process.
Implementations§
Source§impl RemoteHelperFetchDiscovery
impl RemoteHelperFetchDiscovery
pub fn object_format(&self) -> ObjectFormat
Auto Trait Implementations§
impl Freeze for RemoteHelperFetchDiscovery
impl RefUnwindSafe for RemoteHelperFetchDiscovery
impl Send for RemoteHelperFetchDiscovery
impl Sync for RemoteHelperFetchDiscovery
impl Unpin for RemoteHelperFetchDiscovery
impl UnsafeUnpin for RemoteHelperFetchDiscovery
impl UnwindSafe for RemoteHelperFetchDiscovery
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