pub struct SurrealDbEndpointsSettings {
pub embedded: Option<String>,
pub remote: Option<String>,
}Fields§
§embedded: Option<String>§remote: Option<String>Trait Implementations§
Source§impl Clone for SurrealDbEndpointsSettings
impl Clone for SurrealDbEndpointsSettings
Source§fn clone(&self) -> SurrealDbEndpointsSettings
fn clone(&self) -> SurrealDbEndpointsSettings
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 moreSource§impl Debug for SurrealDbEndpointsSettings
impl Debug for SurrealDbEndpointsSettings
Auto Trait Implementations§
impl Freeze for SurrealDbEndpointsSettings
impl RefUnwindSafe for SurrealDbEndpointsSettings
impl Send for SurrealDbEndpointsSettings
impl Sync for SurrealDbEndpointsSettings
impl Unpin for SurrealDbEndpointsSettings
impl UnsafeUnpin for SurrealDbEndpointsSettings
impl UnwindSafe for SurrealDbEndpointsSettings
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