pub struct GeminiStreamJsonHandle {
pub events: DynGeminiStreamJsonEventStream,
pub completion: DynGeminiStreamJsonCompletion,
}Fields§
§events: DynGeminiStreamJsonEventStream§completion: DynGeminiStreamJsonCompletionTrait Implementations§
Auto Trait Implementations§
impl Freeze for GeminiStreamJsonHandle
impl !RefUnwindSafe for GeminiStreamJsonHandle
impl Send for GeminiStreamJsonHandle
impl !Sync for GeminiStreamJsonHandle
impl Unpin for GeminiStreamJsonHandle
impl UnsafeUnpin for GeminiStreamJsonHandle
impl !UnwindSafe for GeminiStreamJsonHandle
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