Struct ella_engine::config::EllaConfigBuilder
source · pub struct EllaConfigBuilder(_);Implementations§
source§impl EllaConfigBuilder
impl EllaConfigBuilder
pub fn table_config(self, config: impl Into<TableConfig>) -> Self
pub fn engine_config(self, config: impl Into<EngineConfig>) -> Self
pub fn default_catalog(self, catalog: impl Into<Id<'static>>) -> Self
pub fn default_schema(self, catalog: impl Into<Id<'static>>) -> Self
pub fn build(self) -> EllaConfig
Trait Implementations§
source§impl Clone for EllaConfigBuilder
impl Clone for EllaConfigBuilder
source§fn clone(&self) -> EllaConfigBuilder
fn clone(&self) -> EllaConfigBuilder
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 EllaConfigBuilder
impl Debug for EllaConfigBuilder
source§impl Default for EllaConfigBuilder
impl Default for EllaConfigBuilder
source§fn default() -> EllaConfigBuilder
fn default() -> EllaConfigBuilder
Returns the “default value” for a type. 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<EllaConfigBuilder> for EllaConfigBuilder
impl PartialEq<EllaConfigBuilder> for EllaConfigBuilder
source§fn eq(&self, other: &EllaConfigBuilder) -> bool
fn eq(&self, other: &EllaConfigBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for EllaConfigBuilder
impl StructuralEq for EllaConfigBuilder
impl StructuralPartialEq for EllaConfigBuilder
Auto Trait Implementations§
impl RefUnwindSafe for EllaConfigBuilder
impl Send for EllaConfigBuilder
impl Sync for EllaConfigBuilder
impl Unpin for EllaConfigBuilder
impl UnwindSafe for EllaConfigBuilder
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.