pub struct SqlMigrationServiceProperties {
pub provisioning_state: Option<String>,
pub integration_runtime_state: Option<String>,
}
Expand description
The SQL Migration Service properties.
Fields§
§provisioning_state: Option<String>
Provisioning state to track the async operation status.
integration_runtime_state: Option<String>
Current state of the Integration runtime.
Implementations§
Trait Implementations§
Source§impl Clone for SqlMigrationServiceProperties
impl Clone for SqlMigrationServiceProperties
Source§fn clone(&self) -> SqlMigrationServiceProperties
fn clone(&self) -> SqlMigrationServiceProperties
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 Default for SqlMigrationServiceProperties
impl Default for SqlMigrationServiceProperties
Source§fn default() -> SqlMigrationServiceProperties
fn default() -> SqlMigrationServiceProperties
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SqlMigrationServiceProperties
impl<'de> Deserialize<'de> for SqlMigrationServiceProperties
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 SqlMigrationServiceProperties
impl PartialEq for SqlMigrationServiceProperties
Source§fn eq(&self, other: &SqlMigrationServiceProperties) -> bool
fn eq(&self, other: &SqlMigrationServiceProperties) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for SqlMigrationServiceProperties
Auto Trait Implementations§
impl Freeze for SqlMigrationServiceProperties
impl RefUnwindSafe for SqlMigrationServiceProperties
impl Send for SqlMigrationServiceProperties
impl Sync for SqlMigrationServiceProperties
impl Unpin for SqlMigrationServiceProperties
impl UnwindSafe for SqlMigrationServiceProperties
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