pub struct FlagsmithPostgresql {
pub enabled: bool,
}Expand description
Configuration how to setup the flagsmith postgresql service.
Fields§
§enabled: boolSet to true if PostgreSQL will be installed. If the value is false PostgreSQL will not be installed.
Trait Implementations§
Source§impl Clone for FlagsmithPostgresql
impl Clone for FlagsmithPostgresql
Source§fn clone(&self) -> FlagsmithPostgresql
fn clone(&self) -> FlagsmithPostgresql
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 FlagsmithPostgresql
impl Debug for FlagsmithPostgresql
Source§impl Default for FlagsmithPostgresql
impl Default for FlagsmithPostgresql
Source§fn default() -> FlagsmithPostgresql
fn default() -> FlagsmithPostgresql
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FlagsmithPostgresql
impl<'de> Deserialize<'de> for FlagsmithPostgresql
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 PartialEq for FlagsmithPostgresql
impl PartialEq for FlagsmithPostgresql
Source§impl Serialize for FlagsmithPostgresql
impl Serialize for FlagsmithPostgresql
impl StructuralPartialEq for FlagsmithPostgresql
Auto Trait Implementations§
impl Freeze for FlagsmithPostgresql
impl RefUnwindSafe for FlagsmithPostgresql
impl Send for FlagsmithPostgresql
impl Sync for FlagsmithPostgresql
impl Unpin for FlagsmithPostgresql
impl UnwindSafe for FlagsmithPostgresql
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