Struct ella_engine::config::EllaConfig
source · pub struct EllaConfig { /* private fields */ }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§impl<'de> Deserialize<'de> for EllaConfigwhere
EllaConfig: Default,
impl<'de> Deserialize<'de> for EllaConfigwhere EllaConfig: 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
source§impl From<EllaConfigBuilder> for EllaConfig
impl From<EllaConfigBuilder> for EllaConfig
source§fn from(original: EllaConfigBuilder) -> Self
fn from(original: EllaConfigBuilder) -> Self
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
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.