pub struct StreamServer { /* private fields */ }
Available on crate feature
feature
only.Implementations§
Trait Implementations§
Source§impl RawRoute for StreamServer
impl RawRoute for StreamServer
fn path(&self) -> RoutePath
fn call<'a>( &'a self, req: &'a mut HyperRequest, address: SocketAddr, params: &'a PathParams, resources: &'a Resources, ) -> PinnedFuture<'a, Option<Result<Response>>> ⓘ
fn validate_requirements(&self, _params: &ParamsNames<'_>, _data: &Resources)
Auto Trait Implementations§
impl Freeze for StreamServer
impl !RefUnwindSafe for StreamServer
impl Send for StreamServer
impl Sync for StreamServer
impl Unpin for StreamServer
impl !UnwindSafe for StreamServer
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