pub struct ServiceEndpointExecutionOwner {
pub links: Option<ReferenceLinks>,
pub id: Option<i32>,
pub name: Option<String>,
}Expand description
Represents execution owner of the service endpoint.
Fields§
§links: Option<ReferenceLinks>The class to represent a collection of REST reference links.
id: Option<i32>Gets or sets the Id of service endpoint execution owner.
name: Option<String>Gets or sets the name of service endpoint execution owner.
Implementations§
Trait Implementations§
source§impl Clone for ServiceEndpointExecutionOwner
impl Clone for ServiceEndpointExecutionOwner
source§fn clone(&self) -> ServiceEndpointExecutionOwner
fn clone(&self) -> ServiceEndpointExecutionOwner
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 Default for ServiceEndpointExecutionOwner
impl Default for ServiceEndpointExecutionOwner
source§fn default() -> ServiceEndpointExecutionOwner
fn default() -> ServiceEndpointExecutionOwner
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ServiceEndpointExecutionOwner
impl<'de> Deserialize<'de> for ServiceEndpointExecutionOwner
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<ServiceEndpointExecutionOwner> for ServiceEndpointExecutionOwner
impl PartialEq<ServiceEndpointExecutionOwner> for ServiceEndpointExecutionOwner
source§fn eq(&self, other: &ServiceEndpointExecutionOwner) -> bool
fn eq(&self, other: &ServiceEndpointExecutionOwner) -> bool
This method tests for
self and other values to be equal, and is used
by ==.