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