pub struct IntegrationRuntimeEnableinteractivequery {
pub status: Option<Status>,
pub name: Option<String>,
pub properties: Option<Value>,
pub error: Option<String>,
}Expand description
Integration Runtime Operation Status Properties
Fields§
§status: Option<Status>EnableInteractivequery status of Integrationruntimes.
name: Option<String>The operation name.
properties: Option<Value>The operation properties.
error: Option<String>The operation error message.
Implementations§
Trait Implementations§
Source§impl Clone for IntegrationRuntimeEnableinteractivequery
impl Clone for IntegrationRuntimeEnableinteractivequery
Source§fn clone(&self) -> IntegrationRuntimeEnableinteractivequery
fn clone(&self) -> IntegrationRuntimeEnableinteractivequery
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 IntegrationRuntimeEnableinteractivequery
impl Default for IntegrationRuntimeEnableinteractivequery
Source§fn default() -> IntegrationRuntimeEnableinteractivequery
fn default() -> IntegrationRuntimeEnableinteractivequery
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IntegrationRuntimeEnableinteractivequery
impl<'de> Deserialize<'de> for IntegrationRuntimeEnableinteractivequery
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 IntegrationRuntimeEnableinteractivequery
impl PartialEq for IntegrationRuntimeEnableinteractivequery
Source§fn eq(&self, other: &IntegrationRuntimeEnableinteractivequery) -> bool
fn eq(&self, other: &IntegrationRuntimeEnableinteractivequery) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IntegrationRuntimeEnableinteractivequery
Auto Trait Implementations§
impl Freeze for IntegrationRuntimeEnableinteractivequery
impl RefUnwindSafe for IntegrationRuntimeEnableinteractivequery
impl Send for IntegrationRuntimeEnableinteractivequery
impl Sync for IntegrationRuntimeEnableinteractivequery
impl Unpin for IntegrationRuntimeEnableinteractivequery
impl UnwindSafe for IntegrationRuntimeEnableinteractivequery
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