pub struct P2pServer { /* private fields */ }Expand description
Helper structure managing a local Git P2P server process.
Implementations§
Source§impl P2pServer
impl P2pServer
Trait Implementations§
Auto Trait Implementations§
impl Freeze for P2pServer
impl RefUnwindSafe for P2pServer
impl Send for P2pServer
impl Sync for P2pServer
impl Unpin for P2pServer
impl UnsafeUnpin for P2pServer
impl UnwindSafe for P2pServer
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