pub struct ShenYuConfig {
pub register: RegisterConfig,
pub uri: UriConfig,
pub discovery: DiscoveryConfig,
}Fields§
§register: RegisterConfig§uri: UriConfig§discovery: DiscoveryConfigImplementations§
Source§impl ShenYuConfig
impl ShenYuConfig
Trait Implementations§
Source§impl Debug for ShenYuConfig
impl Debug for ShenYuConfig
Source§impl<'de> Deserialize<'de> for ShenYuConfig
impl<'de> Deserialize<'de> for ShenYuConfig
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
Auto Trait Implementations§
impl Freeze for ShenYuConfig
impl RefUnwindSafe for ShenYuConfig
impl Send for ShenYuConfig
impl Sync for ShenYuConfig
impl Unpin for ShenYuConfig
impl UnwindSafe for ShenYuConfig
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