pub struct ServiceInstanceAsyncOperation {
pub dashboard_url: Option<String>,
pub operation: Option<String>,
pub metadata: Option<Box<ServiceInstanceMetadata>>,
}Fields§
§dashboard_url: Option<String>§operation: Option<String>§metadata: Option<Box<ServiceInstanceMetadata>>Implementations§
Trait Implementations§
Source§impl Clone for ServiceInstanceAsyncOperation
impl Clone for ServiceInstanceAsyncOperation
Source§fn clone(&self) -> ServiceInstanceAsyncOperation
fn clone(&self) -> ServiceInstanceAsyncOperation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ServiceInstanceAsyncOperation
impl<'de> Deserialize<'de> for ServiceInstanceAsyncOperation
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 ServiceInstanceAsyncOperation
impl PartialEq for ServiceInstanceAsyncOperation
Source§fn eq(&self, other: &ServiceInstanceAsyncOperation) -> bool
fn eq(&self, other: &ServiceInstanceAsyncOperation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ServiceInstanceAsyncOperation
Auto Trait Implementations§
impl Freeze for ServiceInstanceAsyncOperation
impl RefUnwindSafe for ServiceInstanceAsyncOperation
impl Send for ServiceInstanceAsyncOperation
impl Sync for ServiceInstanceAsyncOperation
impl Unpin for ServiceInstanceAsyncOperation
impl UnsafeUnpin for ServiceInstanceAsyncOperation
impl UnwindSafe for ServiceInstanceAsyncOperation
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