pub struct AuthGetWorkloadConnectInfoResponse {
pub connect_info: AuthGetWorkloadConnectInfoResponseConnectInfo,
pub status: String,
}Fields§
§connect_info: AuthGetWorkloadConnectInfoResponseConnectInfo§status: StringTrait Implementations§
Source§impl Clone for AuthGetWorkloadConnectInfoResponse
impl Clone for AuthGetWorkloadConnectInfoResponse
Source§fn clone(&self) -> AuthGetWorkloadConnectInfoResponse
fn clone(&self) -> AuthGetWorkloadConnectInfoResponse
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<'de> Deserialize<'de> for AuthGetWorkloadConnectInfoResponse
impl<'de> Deserialize<'de> for AuthGetWorkloadConnectInfoResponse
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 AuthGetWorkloadConnectInfoResponse
impl PartialEq for AuthGetWorkloadConnectInfoResponse
Source§fn eq(&self, other: &AuthGetWorkloadConnectInfoResponse) -> bool
fn eq(&self, other: &AuthGetWorkloadConnectInfoResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AuthGetWorkloadConnectInfoResponse
Auto Trait Implementations§
impl Freeze for AuthGetWorkloadConnectInfoResponse
impl RefUnwindSafe for AuthGetWorkloadConnectInfoResponse
impl Send for AuthGetWorkloadConnectInfoResponse
impl Sync for AuthGetWorkloadConnectInfoResponse
impl Unpin for AuthGetWorkloadConnectInfoResponse
impl UnsafeUnpin for AuthGetWorkloadConnectInfoResponse
impl UnwindSafe for AuthGetWorkloadConnectInfoResponse
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