pub struct Protocols {
pub cli: CliProtocol,
pub rest: RestProtocol,
pub mcp: McpProtocol,
pub batch: BatchProtocol,
}Fields§
§cli: CliProtocol§rest: RestProtocol§mcp: McpProtocol§batch: BatchProtocolTrait Implementations§
Auto Trait Implementations§
impl Freeze for Protocols
impl RefUnwindSafe for Protocols
impl Send for Protocols
impl Sync for Protocols
impl Unpin for Protocols
impl UnsafeUnpin for Protocols
impl UnwindSafe for Protocols
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