pub struct ServiceEndpointReference {
pub resource_reference: ResourceReference,
pub id: Option<String>,
}Expand description
Represents a referenec to a service endpoint.
Fields§
§resource_reference: ResourceReference§id: Option<String>The ID of the service endpoint.
Implementations§
Trait Implementations§
source§impl Clone for ServiceEndpointReference
impl Clone for ServiceEndpointReference
source§fn clone(&self) -> ServiceEndpointReference
fn clone(&self) -> ServiceEndpointReference
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 ServiceEndpointReference
impl Debug for ServiceEndpointReference
source§impl Default for ServiceEndpointReference
impl Default for ServiceEndpointReference
source§fn default() -> ServiceEndpointReference
fn default() -> ServiceEndpointReference
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ServiceEndpointReference
impl<'de> Deserialize<'de> for ServiceEndpointReference
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 ServiceEndpointReference
impl PartialEq for ServiceEndpointReference
source§fn eq(&self, other: &ServiceEndpointReference) -> bool
fn eq(&self, other: &ServiceEndpointReference) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ServiceEndpointReference
impl Serialize for ServiceEndpointReference
impl StructuralPartialEq for ServiceEndpointReference
Auto Trait Implementations§
impl RefUnwindSafe for ServiceEndpointReference
impl Send for ServiceEndpointReference
impl Sync for ServiceEndpointReference
impl Unpin for ServiceEndpointReference
impl UnwindSafe for ServiceEndpointReference
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