pub struct D1Config {
pub name: String,
pub primary_location_hint: Option<String>,
}Fields§
§name: String§primary_location_hint: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for D1Config
impl RefUnwindSafe for D1Config
impl Send for D1Config
impl Sync for D1Config
impl Unpin for D1Config
impl UnsafeUnpin for D1Config
impl UnwindSafe for D1Config
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