pub struct OversyncConfig {
pub bind: String,
pub log_level: String,
pub surrealdb: SurrealDbConfig,
}Fields§
§bind: String§log_level: String§surrealdb: SurrealDbConfigTrait Implementations§
Source§impl Clone for OversyncConfig
impl Clone for OversyncConfig
Source§fn clone(&self) -> OversyncConfig
fn clone(&self) -> OversyncConfig
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 OversyncConfig
impl Debug for OversyncConfig
Source§impl<'de> Deserialize<'de> for OversyncConfig
impl<'de> Deserialize<'de> for OversyncConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for OversyncConfig
impl RefUnwindSafe for OversyncConfig
impl Send for OversyncConfig
impl Sync for OversyncConfig
impl Unpin for OversyncConfig
impl UnsafeUnpin for OversyncConfig
impl UnwindSafe for OversyncConfig
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