pub struct LegacySystemConfig {
pub name: String,
pub connection_type: LegacyConnectionType,
pub connection_string: String,
pub timeout_ms: u64,
}Expand description
Legacy system connection configuration
Fields§
§name: StringSystem name
connection_type: LegacyConnectionTypeConnection type (REST, SOAP, Database, etc.)
connection_string: StringBase URL or connection string
timeout_ms: u64Timeout in milliseconds
Trait Implementations§
Source§impl Clone for LegacySystemConfig
impl Clone for LegacySystemConfig
Source§fn clone(&self) -> LegacySystemConfig
fn clone(&self) -> LegacySystemConfig
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LegacySystemConfig
impl Debug for LegacySystemConfig
Source§impl<'de> Deserialize<'de> for LegacySystemConfig
impl<'de> Deserialize<'de> for LegacySystemConfig
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 LegacySystemConfig
impl RefUnwindSafe for LegacySystemConfig
impl Send for LegacySystemConfig
impl Sync for LegacySystemConfig
impl Unpin for LegacySystemConfig
impl UnwindSafe for LegacySystemConfig
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)