pub struct ManagedIntegrationRuntimeStatus {
pub integration_runtime_status: IntegrationRuntimeStatus,
pub type_properties: ManagedIntegrationRuntimeStatusTypeProperties,
}Expand description
Managed integration runtime status.
Fields§
§integration_runtime_status: IntegrationRuntimeStatus§type_properties: ManagedIntegrationRuntimeStatusTypePropertiesManaged integration runtime status type properties.
Implementations§
Source§impl ManagedIntegrationRuntimeStatus
impl ManagedIntegrationRuntimeStatus
pub fn new( integration_runtime_status: IntegrationRuntimeStatus, type_properties: ManagedIntegrationRuntimeStatusTypeProperties, ) -> Self
Trait Implementations§
Source§impl Clone for ManagedIntegrationRuntimeStatus
impl Clone for ManagedIntegrationRuntimeStatus
Source§fn clone(&self) -> ManagedIntegrationRuntimeStatus
fn clone(&self) -> ManagedIntegrationRuntimeStatus
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<'de> Deserialize<'de> for ManagedIntegrationRuntimeStatus
impl<'de> Deserialize<'de> for ManagedIntegrationRuntimeStatus
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 ManagedIntegrationRuntimeStatus
impl PartialEq for ManagedIntegrationRuntimeStatus
Source§fn eq(&self, other: &ManagedIntegrationRuntimeStatus) -> bool
fn eq(&self, other: &ManagedIntegrationRuntimeStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ManagedIntegrationRuntimeStatus
Auto Trait Implementations§
impl Freeze for ManagedIntegrationRuntimeStatus
impl RefUnwindSafe for ManagedIntegrationRuntimeStatus
impl Send for ManagedIntegrationRuntimeStatus
impl Sync for ManagedIntegrationRuntimeStatus
impl Unpin for ManagedIntegrationRuntimeStatus
impl UnwindSafe for ManagedIntegrationRuntimeStatus
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