pub struct RemoteHelperPushServices<'a> {
pub plumbing: &'a mut dyn RemoteHelperPlumbing,
pub events: &'a mut dyn RemoteHelperEventSink,
}Expand description
Runtime seams used by a remote-helper push.
Fields§
§plumbing: &'a mut dyn RemoteHelperPlumbingNative fast-import/export runtime.
events: &'a mut dyn RemoteHelperEventSinkWarning and rejection presentation sink.
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for RemoteHelperPushServices<'a>
impl<'a> !Send for RemoteHelperPushServices<'a>
impl<'a> !Sync for RemoteHelperPushServices<'a>
impl<'a> !UnwindSafe for RemoteHelperPushServices<'a>
impl<'a> Freeze for RemoteHelperPushServices<'a>
impl<'a> Unpin for RemoteHelperPushServices<'a>
impl<'a> UnsafeUnpin for RemoteHelperPushServices<'a>
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