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