pub struct Config {
pub engine_config: EngineConfig,
pub table_config: TableConfig,
pub default_catalog: Id<'static>,
pub default_schema: Id<'static>,
}Fields§
§engine_config: EngineConfig§table_config: TableConfig§default_catalog: Id<'static>§default_schema: Id<'static>Implementations§
source§impl EllaConfig
impl EllaConfig
pub fn builder() -> EllaConfigBuilder
pub fn table_config(&self) -> &TableConfig
pub fn engine_config(&self) -> &EngineConfig
pub fn default_catalog(&self) -> &Id<'static>
pub fn default_schema(&self) -> &Id<'static>
pub fn into_builder(self) -> EllaConfigBuilder
Trait Implementations§
source§impl Clone for EllaConfig
impl Clone for EllaConfig
source§fn clone(&self) -> EllaConfig
fn clone(&self) -> EllaConfig
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 EllaConfig
impl Debug for EllaConfig
source§impl Default for EllaConfig
impl Default for EllaConfig
source§fn default() -> EllaConfig
fn default() -> EllaConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for EllaConfigwhere
EllaConfig: Default,
impl<'de> Deserialize<'de> for EllaConfigwhere EllaConfig: Default,
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<EllaConfig, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<EllaConfig, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<EllaConfigBuilder> for EllaConfig
impl From<EllaConfigBuilder> for EllaConfig
source§fn from(original: EllaConfigBuilder) -> EllaConfig
fn from(original: EllaConfigBuilder) -> EllaConfig
Converts to this type from the input type.
source§impl PartialEq<EllaConfig> for EllaConfig
impl PartialEq<EllaConfig> for EllaConfig
source§fn eq(&self, other: &EllaConfig) -> bool
fn eq(&self, other: &EllaConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for EllaConfig
impl Serialize for EllaConfig
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Eq for EllaConfig
impl StructuralEq for EllaConfig
impl StructuralPartialEq for EllaConfig
Auto Trait Implementations§
impl RefUnwindSafe for EllaConfig
impl Send for EllaConfig
impl Sync for EllaConfig
impl Unpin for EllaConfig
impl UnwindSafe for EllaConfig
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<T> FromBase64 for Twhere
T: for<'de> Deserialize<'de>,
impl<T> FromBase64 for Twhere T: for<'de> Deserialize<'de>,
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request