pub struct SqlSettings {
pub tier: String,
pub userLabels: SqlUserLabels,
pub ipConfiguration: SqlIpConfig,
pub dataDiskType: String,
}Fields§
§tier: String§userLabels: SqlUserLabels§ipConfiguration: SqlIpConfig§dataDiskType: StringTrait Implementations§
Source§impl Debug for SqlSettings
impl Debug for SqlSettings
Source§impl Default for SqlSettings
impl Default for SqlSettings
Source§fn default() -> SqlSettings
fn default() -> SqlSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SqlSettings
impl<'de> Deserialize<'de> for SqlSettings
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 SqlSettings
impl RefUnwindSafe for SqlSettings
impl Send for SqlSettings
impl Sync for SqlSettings
impl Unpin for SqlSettings
impl UnsafeUnpin for SqlSettings
impl UnwindSafe for SqlSettings
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