pub struct HyperdriveConfig {
pub name: String,
pub database: String,
pub host: String,
pub password: String,
pub port: i64,
pub scheme: String,
pub user: String,
}Fields§
§name: String§database: String§host: String§password: String§port: i64§scheme: String§user: StringTrait Implementations§
Source§impl CatalogService for HyperdriveConfig
impl CatalogService for HyperdriveConfig
Source§impl Debug for HyperdriveConfig
impl Debug for HyperdriveConfig
Auto Trait Implementations§
impl Freeze for HyperdriveConfig
impl RefUnwindSafe for HyperdriveConfig
impl Send for HyperdriveConfig
impl Sync for HyperdriveConfig
impl Unpin for HyperdriveConfig
impl UnsafeUnpin for HyperdriveConfig
impl UnwindSafe for HyperdriveConfig
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