pub struct PrivateLinkServiceConnectionStateProperty {
pub status: Option<String>,
pub description: Option<String>,
pub actions_required: Option<String>,
}Expand description
Connection State of the Private Endpoint Connection.
Fields§
§status: Option<String>The private link service connection status.
description: Option<String>The private link service connection description.
actions_required: Option<String>Any action that is required beyond basic workflow (approve/ reject/ disconnect)
Implementations§
Trait Implementations§
Source§impl Clone for PrivateLinkServiceConnectionStateProperty
impl Clone for PrivateLinkServiceConnectionStateProperty
Source§fn clone(&self) -> PrivateLinkServiceConnectionStateProperty
fn clone(&self) -> PrivateLinkServiceConnectionStateProperty
Returns a duplicate 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 PrivateLinkServiceConnectionStateProperty
impl Default for PrivateLinkServiceConnectionStateProperty
Source§fn default() -> PrivateLinkServiceConnectionStateProperty
fn default() -> PrivateLinkServiceConnectionStateProperty
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PrivateLinkServiceConnectionStateProperty
impl<'de> Deserialize<'de> for PrivateLinkServiceConnectionStateProperty
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 PrivateLinkServiceConnectionStateProperty
impl PartialEq for PrivateLinkServiceConnectionStateProperty
Source§fn eq(&self, other: &PrivateLinkServiceConnectionStateProperty) -> bool
fn eq(&self, other: &PrivateLinkServiceConnectionStateProperty) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PrivateLinkServiceConnectionStateProperty
Auto Trait Implementations§
impl Freeze for PrivateLinkServiceConnectionStateProperty
impl RefUnwindSafe for PrivateLinkServiceConnectionStateProperty
impl Send for PrivateLinkServiceConnectionStateProperty
impl Sync for PrivateLinkServiceConnectionStateProperty
impl Unpin for PrivateLinkServiceConnectionStateProperty
impl UnwindSafe for PrivateLinkServiceConnectionStateProperty
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