pub struct StreamableTransportOptions {
pub mcp_url: String,
pub request_options: RequestOptions,
}Fields§
§mcp_url: String§request_options: RequestOptionsAuto Trait Implementations§
impl !RefUnwindSafe for StreamableTransportOptions
impl !UnwindSafe for StreamableTransportOptions
impl Freeze for StreamableTransportOptions
impl Send for StreamableTransportOptions
impl Sync for StreamableTransportOptions
impl Unpin for StreamableTransportOptions
impl UnsafeUnpin for StreamableTransportOptions
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