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
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ServiceEndpointExecutionOwner
Auto Trait Implementations§
impl Freeze for ServiceEndpointExecutionOwner
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