pub struct SimulatorEndpoints {
pub core_banking: Option<String>,
pub mapping_service: Option<String>,
pub rulepack_service: Option<String>,
pub regulator_endpoint: Option<String>,
}Expand description
Endpoint URLs for all simulators
Fields§
§core_banking: Option<String>§mapping_service: Option<String>§rulepack_service: Option<String>§regulator_endpoint: Option<String>Trait Implementations§
Source§impl Clone for SimulatorEndpoints
impl Clone for SimulatorEndpoints
Source§fn clone(&self) -> SimulatorEndpoints
fn clone(&self) -> SimulatorEndpoints
Returns a duplicate of the value. Read more
1.0.0 · 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 SimulatorEndpoints
impl Debug for SimulatorEndpoints
Auto Trait Implementations§
impl Freeze for SimulatorEndpoints
impl RefUnwindSafe for SimulatorEndpoints
impl Send for SimulatorEndpoints
impl Sync for SimulatorEndpoints
impl Unpin for SimulatorEndpoints
impl UnsafeUnpin for SimulatorEndpoints
impl UnwindSafe for SimulatorEndpoints
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