pub struct PlanetScaleMysqlConfig {
pub cluster: String,
pub name: String,
pub region: String,
}Fields§
§cluster: String§name: String§region: StringTrait Implementations§
Source§impl Debug for PlanetScaleMysqlConfig
impl Debug for PlanetScaleMysqlConfig
Auto Trait Implementations§
impl Freeze for PlanetScaleMysqlConfig
impl RefUnwindSafe for PlanetScaleMysqlConfig
impl Send for PlanetScaleMysqlConfig
impl Sync for PlanetScaleMysqlConfig
impl Unpin for PlanetScaleMysqlConfig
impl UnsafeUnpin for PlanetScaleMysqlConfig
impl UnwindSafe for PlanetScaleMysqlConfig
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