pub struct RefreshExternalGovernanceStatusOperationResultPropertiesMi {
pub request_id: Option<String>,
pub request_type: Option<String>,
pub queued_time: Option<String>,
pub managed_instance_name: Option<String>,
pub status: Option<String>,
pub error_message: Option<String>,
}Expand description
Contains the operation result properties for refresh external governance status operation.
Fields§
§request_id: Option<String>Request Id.
request_type: Option<String>Request type.
queued_time: Option<String>Queued time.
managed_instance_name: Option<String>Managed instance name.
status: Option<String>Operation status.
error_message: Option<String>Error message.
Implementations§
Trait Implementations§
Source§impl Clone for RefreshExternalGovernanceStatusOperationResultPropertiesMi
impl Clone for RefreshExternalGovernanceStatusOperationResultPropertiesMi
Source§fn clone(&self) -> RefreshExternalGovernanceStatusOperationResultPropertiesMi
fn clone(&self) -> RefreshExternalGovernanceStatusOperationResultPropertiesMi
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 RefreshExternalGovernanceStatusOperationResultPropertiesMi
impl Default for RefreshExternalGovernanceStatusOperationResultPropertiesMi
Source§fn default() -> RefreshExternalGovernanceStatusOperationResultPropertiesMi
fn default() -> RefreshExternalGovernanceStatusOperationResultPropertiesMi
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RefreshExternalGovernanceStatusOperationResultPropertiesMi
impl<'de> Deserialize<'de> for RefreshExternalGovernanceStatusOperationResultPropertiesMi
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 RefreshExternalGovernanceStatusOperationResultPropertiesMi
impl PartialEq for RefreshExternalGovernanceStatusOperationResultPropertiesMi
Source§fn eq(
&self,
other: &RefreshExternalGovernanceStatusOperationResultPropertiesMi,
) -> bool
fn eq( &self, other: &RefreshExternalGovernanceStatusOperationResultPropertiesMi, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RefreshExternalGovernanceStatusOperationResultPropertiesMi
Auto Trait Implementations§
impl Freeze for RefreshExternalGovernanceStatusOperationResultPropertiesMi
impl RefUnwindSafe for RefreshExternalGovernanceStatusOperationResultPropertiesMi
impl Send for RefreshExternalGovernanceStatusOperationResultPropertiesMi
impl Sync for RefreshExternalGovernanceStatusOperationResultPropertiesMi
impl Unpin for RefreshExternalGovernanceStatusOperationResultPropertiesMi
impl UnwindSafe for RefreshExternalGovernanceStatusOperationResultPropertiesMi
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