pub struct EchoConfig {}Trait Implementations§
Source§impl ConfigInto<Echo> for EchoConfig
impl ConfigInto<Echo> for EchoConfig
Source§impl<'de> Deserialize<'de> for EchoConfig
impl<'de> Deserialize<'de> for EchoConfig
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<EchoConfig> for Echo
impl FromConfig<EchoConfig> for Echo
fn from_config<'async_trait>(
_config: EchoConfig,
) -> Pin<Box<dyn Future<Output = Result<Self>> + Send + 'async_trait>>where
Self: 'async_trait,
Source§impl FromPath for EchoConfig
impl FromPath for EchoConfig
Auto Trait Implementations§
impl Freeze for EchoConfig
impl RefUnwindSafe for EchoConfig
impl Send for EchoConfig
impl Sync for EchoConfig
impl Unpin for EchoConfig
impl UnwindSafe for EchoConfig
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