pub struct StreamServer<Cfg> { /* private fields */ }Expand description
Net streaming server
Trait Implementations§
Source§impl<Cfg: ServerAppConfig> Clone for StreamServer<Cfg>
impl<Cfg: ServerAppConfig> Clone for StreamServer<Cfg>
Source§impl<Cfg> Debug for StreamServer<Cfg>
impl<Cfg> Debug for StreamServer<Cfg>
Source§impl<Cfg: ServerAppConfig> ServerConfiguration for StreamServer<Cfg>
Worker service factory.
impl<Cfg: ServerAppConfig> ServerConfiguration for StreamServer<Cfg>
Worker service factory.
Auto Trait Implementations§
impl<Cfg> !RefUnwindSafe for StreamServer<Cfg>
impl<Cfg> !Sync for StreamServer<Cfg>
impl<Cfg> !UnwindSafe for StreamServer<Cfg>
impl<Cfg> Freeze for StreamServer<Cfg>
impl<Cfg> Send for StreamServer<Cfg>
impl<Cfg> Unpin for StreamServer<Cfg>
impl<Cfg> UnsafeUnpin for StreamServer<Cfg>
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