pub struct CnsEndpointsConfig {
pub forward_service: String,
pub backward_service: String,
pub gateway_service: String,
pub redis: String,
pub qdrant: String,
pub shared_memory_path: String,
pub neuromorphic: NeuromorphicConfig,
}Fields§
§forward_service: String§backward_service: String§gateway_service: String§redis: String§qdrant: String§neuromorphic: NeuromorphicConfigTrait Implementations§
Source§impl Clone for CnsEndpointsConfig
impl Clone for CnsEndpointsConfig
Source§fn clone(&self) -> CnsEndpointsConfig
fn clone(&self) -> CnsEndpointsConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CnsEndpointsConfig
impl Debug for CnsEndpointsConfig
Source§impl Default for CnsEndpointsConfig
impl Default for CnsEndpointsConfig
Source§impl<'de> Deserialize<'de> for CnsEndpointsConfigwhere
CnsEndpointsConfig: Default,
impl<'de> Deserialize<'de> for CnsEndpointsConfigwhere
CnsEndpointsConfig: Default,
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 CnsEndpointsConfig
impl RefUnwindSafe for CnsEndpointsConfig
impl Send for CnsEndpointsConfig
impl Sync for CnsEndpointsConfig
impl Unpin for CnsEndpointsConfig
impl UnsafeUnpin for CnsEndpointsConfig
impl UnwindSafe for CnsEndpointsConfig
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