pub struct SSEResponse { /* private fields */ }Expand description
Server-Sent Event response chunk
Implementations§
Trait Implementations§
Source§impl BamlEncode for SSEResponse
impl BamlEncode for SSEResponse
Source§fn baml_encode(&self) -> HostValue
fn baml_encode(&self) -> HostValue
Encode to a
HostValue (inbound schema)Source§impl Clone for SSEResponse
impl Clone for SSEResponse
Source§fn clone(&self) -> SSEResponse
fn clone(&self) -> SSEResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SSEResponse
impl RefUnwindSafe for SSEResponse
impl Send for SSEResponse
impl Sync for SSEResponse
impl Unpin for SSEResponse
impl UnwindSafe for SSEResponse
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