pub struct SseClientConfig {
pub url: String,
pub headers: HashMap<String, String>,
}Expand description
Configuration for the SSE client
Fields§
§url: String§headers: HashMap<String, String>Auto Trait Implementations§
impl Freeze for SseClientConfig
impl RefUnwindSafe for SseClientConfig
impl Send for SseClientConfig
impl Sync for SseClientConfig
impl Unpin for SseClientConfig
impl UnwindSafe for SseClientConfig
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