pub struct AiderStreamJsonControlHandle {
pub events: DynAiderStreamJsonEventStream,
pub completion: DynAiderStreamJsonCompletion,
pub termination: AiderTerminationHandle,
}Fields§
§events: DynAiderStreamJsonEventStream§completion: DynAiderStreamJsonCompletion§termination: AiderTerminationHandleTrait Implementations§
Auto Trait Implementations§
impl Freeze for AiderStreamJsonControlHandle
impl !RefUnwindSafe for AiderStreamJsonControlHandle
impl Send for AiderStreamJsonControlHandle
impl !Sync for AiderStreamJsonControlHandle
impl Unpin for AiderStreamJsonControlHandle
impl UnsafeUnpin for AiderStreamJsonControlHandle
impl !UnwindSafe for AiderStreamJsonControlHandle
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