pub struct SqllogConfig {
pub directory: String,
}Fields§
§directory: StringImplementations§
Trait Implementations§
Source§impl Clone for SqllogConfig
impl Clone for SqllogConfig
Source§fn clone(&self) -> SqllogConfig
fn clone(&self) -> SqllogConfig
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 SqllogConfig
impl Debug for SqllogConfig
Source§impl Default for SqllogConfig
impl Default for SqllogConfig
Source§impl<'de> Deserialize<'de> for SqllogConfig
impl<'de> Deserialize<'de> for SqllogConfig
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 SqllogConfig
impl RefUnwindSafe for SqllogConfig
impl Send for SqllogConfig
impl Sync for SqllogConfig
impl Unpin for SqllogConfig
impl UnsafeUnpin for SqllogConfig
impl UnwindSafe for SqllogConfig
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