#[non_exhaustive]pub struct DbConfig {}
Expand description
Structure of data in db_config
table
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DbConfig
impl<'de> Deserialize<'de> for DbConfig
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
Source§impl Ord for DbConfig
impl Ord for DbConfig
Source§impl PartialOrd for DbConfig
impl PartialOrd for DbConfig
impl Eq for DbConfig
impl StructuralPartialEq for DbConfig
Auto Trait Implementations§
impl Freeze for DbConfig
impl RefUnwindSafe for DbConfig
impl Send for DbConfig
impl Sync for DbConfig
impl Unpin for DbConfig
impl UnwindSafe for DbConfig
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