pub struct EndpointOperationStatus {
pub state: Option<String>,
pub status_message: Option<String>,
}Fields§
§state: Option<String>§status_message: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for EndpointOperationStatus
impl Clone for EndpointOperationStatus
Source§fn clone(&self) -> EndpointOperationStatus
fn clone(&self) -> EndpointOperationStatus
Returns a copy 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 Debug for EndpointOperationStatus
impl Debug for EndpointOperationStatus
Source§impl Default for EndpointOperationStatus
impl Default for EndpointOperationStatus
Source§fn default() -> EndpointOperationStatus
fn default() -> EndpointOperationStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EndpointOperationStatus
impl<'de> Deserialize<'de> for EndpointOperationStatus
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 EndpointOperationStatus
impl PartialEq for EndpointOperationStatus
Source§impl Serialize for EndpointOperationStatus
impl Serialize for EndpointOperationStatus
impl StructuralPartialEq for EndpointOperationStatus
Auto Trait Implementations§
impl Freeze for EndpointOperationStatus
impl RefUnwindSafe for EndpointOperationStatus
impl Send for EndpointOperationStatus
impl Sync for EndpointOperationStatus
impl Unpin for EndpointOperationStatus
impl UnwindSafe for EndpointOperationStatus
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