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 for ServiceEndpointExecutionOwner
impl PartialEq 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 ==
.impl StructuralPartialEq for ServiceEndpointExecutionOwner
Auto Trait Implementations§
impl RefUnwindSafe for ServiceEndpointExecutionOwner
impl Send for ServiceEndpointExecutionOwner
impl Sync for ServiceEndpointExecutionOwner
impl Unpin for ServiceEndpointExecutionOwner
impl UnwindSafe for ServiceEndpointExecutionOwner
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