pub struct websocket;Trait Implementations§
Source§impl HttpServiceFactory for websocket
impl HttpServiceFactory for websocket
fn register(self, config: &mut AppService)
Source§impl Mountable for websocket
impl Mountable for websocket
Source§fn operations(&mut self) -> BTreeMap<HttpMethod, DefaultOperationRaw>
fn operations(&mut self) -> BTreeMap<HttpMethod, DefaultOperationRaw>
Map of HTTP methods and the associated API operations.
Source§fn definitions(&mut self) -> BTreeMap<String, DefaultSchemaRaw>
fn definitions(&mut self) -> BTreeMap<String, DefaultSchemaRaw>
The definitions recorded by this object.
Source§fn security_definitions(&mut self) -> BTreeMap<String, SecurityScheme>
fn security_definitions(&mut self) -> BTreeMap<String, SecurityScheme>
The security definitions recorded by this object.
Source§fn update_operations(
&mut self,
map: &mut BTreeMap<String, PathItem<Parameter<DefaultSchemaRaw>, Response<DefaultSchemaRaw>>>,
)
fn update_operations( &mut self, map: &mut BTreeMap<String, PathItem<Parameter<DefaultSchemaRaw>, Response<DefaultSchemaRaw>>>, )
Updates the given map of operations with operations tracked by this object. Read more
Auto Trait Implementations§
impl Freeze for websocket
impl RefUnwindSafe for websocket
impl Send for websocket
impl Sync for websocket
impl Unpin for websocket
impl UnwindSafe for websocket
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