Struct pg_extras::queries::db_settings::DbSettings
source · pub struct DbSettings {
pub name: String,
pub setting: String,
pub unit: String,
pub short_desc: String,
}Fields§
§name: String§setting: String§unit: String§short_desc: StringTrait Implementations§
source§impl Clone for DbSettings
impl Clone for DbSettings
source§fn clone(&self) -> DbSettings
fn clone(&self) -> DbSettings
Returns a copy 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 DbSettings
impl Debug for DbSettings
Auto Trait Implementations§
impl RefUnwindSafe for DbSettings
impl Send for DbSettings
impl Sync for DbSettings
impl Unpin for DbSettings
impl UnwindSafe for DbSettings
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