pub struct SqlIpConfig {
pub privateNetwork: String,
pub sslMode: String,
pub ipv4Enabled: bool,
pub requireSsl: bool,
}Fields§
§privateNetwork: String§sslMode: String§ipv4Enabled: bool§requireSsl: boolImplementations§
Trait Implementations§
Source§impl Debug for SqlIpConfig
impl Debug for SqlIpConfig
Source§impl Default for SqlIpConfig
impl Default for SqlIpConfig
Source§fn default() -> SqlIpConfig
fn default() -> SqlIpConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SqlIpConfig
impl<'de> Deserialize<'de> for SqlIpConfig
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 SqlIpConfig
impl RefUnwindSafe for SqlIpConfig
impl Send for SqlIpConfig
impl Sync for SqlIpConfig
impl Unpin for SqlIpConfig
impl UnsafeUnpin for SqlIpConfig
impl UnwindSafe for SqlIpConfig
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