pub struct InternalConfigurationData {
pub bookkeeper_metadata_service_uri: Option<String>,
pub configuration_metadata_store_url: Option<String>,
pub configuration_store_servers: Option<String>,
pub ledgers_root_path: Option<String>,
pub metadata_store_url: Option<String>,
pub state_storage_service_url: Option<String>,
pub zookeeper_servers: Option<String>,
}Fields§
§bookkeeper_metadata_service_uri: Option<String>§configuration_metadata_store_url: Option<String>§configuration_store_servers: Option<String>§ledgers_root_path: Option<String>§metadata_store_url: Option<String>§state_storage_service_url: Option<String>§zookeeper_servers: Option<String>Implementations§
source§impl InternalConfigurationData
impl InternalConfigurationData
pub fn new() -> InternalConfigurationData
Trait Implementations§
source§impl Clone for InternalConfigurationData
impl Clone for InternalConfigurationData
source§fn clone(&self) -> InternalConfigurationData
fn clone(&self) -> InternalConfigurationData
Returns a copy 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 InternalConfigurationData
impl Debug for InternalConfigurationData
source§impl Default for InternalConfigurationData
impl Default for InternalConfigurationData
source§fn default() -> InternalConfigurationData
fn default() -> InternalConfigurationData
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for InternalConfigurationData
impl<'de> Deserialize<'de> for InternalConfigurationData
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 PartialEq for InternalConfigurationData
impl PartialEq for InternalConfigurationData
source§fn eq(&self, other: &InternalConfigurationData) -> bool
fn eq(&self, other: &InternalConfigurationData) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for InternalConfigurationData
Auto Trait Implementations§
impl RefUnwindSafe for InternalConfigurationData
impl Send for InternalConfigurationData
impl Sync for InternalConfigurationData
impl Unpin for InternalConfigurationData
impl UnwindSafe for InternalConfigurationData
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