pub struct SurrealDbRuntimeOptions {
pub root_dir: String,
pub use_remote: bool,
pub endpoint: String,
pub namespace: String,
pub database: String,
}Fields§
§root_dir: String§use_remote: bool§endpoint: String§namespace: String§database: StringImplementations§
Trait Implementations§
Source§impl Clone for SurrealDbRuntimeOptions
impl Clone for SurrealDbRuntimeOptions
Source§fn clone(&self) -> SurrealDbRuntimeOptions
fn clone(&self) -> SurrealDbRuntimeOptions
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for SurrealDbRuntimeOptions
impl RefUnwindSafe for SurrealDbRuntimeOptions
impl Send for SurrealDbRuntimeOptions
impl Sync for SurrealDbRuntimeOptions
impl Unpin for SurrealDbRuntimeOptions
impl UnsafeUnpin for SurrealDbRuntimeOptions
impl UnwindSafe for SurrealDbRuntimeOptions
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