Struct mz_metabase::SetupDatabaseDetails
source · pub struct SetupDatabaseDetails {
pub host: String,
pub port: usize,
pub dbname: String,
pub user: String,
}
Expand description
Details for a SetupDatabase
.
Fields§
§host: String
§port: usize
§dbname: String
§user: String
Trait Implementations§
source§impl Clone for SetupDatabaseDetails
impl Clone for SetupDatabaseDetails
source§fn clone(&self) -> SetupDatabaseDetails
fn clone(&self) -> SetupDatabaseDetails
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 SetupDatabaseDetails
impl Debug for SetupDatabaseDetails
source§impl<'de> Deserialize<'de> for SetupDatabaseDetails
impl<'de> Deserialize<'de> for SetupDatabaseDetails
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 SetupDatabaseDetails
impl PartialEq for SetupDatabaseDetails
source§impl Serialize for SetupDatabaseDetails
impl Serialize for SetupDatabaseDetails
impl Eq for SetupDatabaseDetails
impl StructuralPartialEq for SetupDatabaseDetails
Auto Trait Implementations§
impl Freeze for SetupDatabaseDetails
impl RefUnwindSafe for SetupDatabaseDetails
impl Send for SetupDatabaseDetails
impl Sync for SetupDatabaseDetails
impl Unpin for SetupDatabaseDetails
impl UnwindSafe for SetupDatabaseDetails
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.