pub struct WarpContextServerConfig { /* private fields */ }Trait Implementations§
Source§impl<'de> Deserialize<'de> for WarpContextServerConfig
impl<'de> Deserialize<'de> for WarpContextServerConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl FromConfig<WarpContextServerConfig> for WarpContextServer
impl FromConfig<WarpContextServerConfig> for WarpContextServer
fn from_config<'async_trait>(
config: WarpContextServerConfig,
) -> Pin<Box<dyn Future<Output = Result<Self>> + Send + 'async_trait>>where
Self: 'async_trait,
Source§impl FromPath for WarpContextServerConfig
impl FromPath for WarpContextServerConfig
Source§impl StoreContext<WarpContextServerConfig> for WarpContextServer
impl StoreContext<WarpContextServerConfig> for WarpContextServer
fn store_context(&mut self, pipe_name: String, context: Arc<Context>)
fn load_context(&self, pipe_name: &str) -> Option<&Arc<Context>>
fn run<'life0, 'async_trait>(
&'life0 mut self,
) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl Freeze for WarpContextServerConfig
impl RefUnwindSafe for WarpContextServerConfig
impl Send for WarpContextServerConfig
impl Sync for WarpContextServerConfig
impl Unpin for WarpContextServerConfig
impl UnwindSafe for WarpContextServerConfig
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