pub struct TideService<T>(pub Server<T>);Expand description
A wrapper type for tide::Server
Tuple Fields§
§0: Server<T>Trait Implementations§
Source§impl<T> From<Server<T>> for TideService<T>
impl<T> From<Server<T>> for TideService<T>
Source§impl<T> Service for TideService<T>
impl<T> Service for TideService<T>
Auto Trait Implementations§
impl<T> Freeze for TideService<T>where
T: Freeze,
impl<T> !RefUnwindSafe for TideService<T>
impl<T> Send for TideService<T>where
T: Send,
impl<T> Sync for TideService<T>where
T: Sync,
impl<T> Unpin for TideService<T>where
T: Unpin,
impl<T> !UnwindSafe for TideService<T>
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