pub struct AuthGetWorkloadConnectInfoRequest {
pub contract_digest: String,
pub iat: f64,
pub public_identity_key: String,
pub sig: String,
}Expand description
Generated schema type AuthGetWorkloadConnectInfoRequest.
Fields§
§contract_digest: String§iat: f64§public_identity_key: String§sig: StringTrait Implementations§
Source§impl Clone for AuthGetWorkloadConnectInfoRequest
impl Clone for AuthGetWorkloadConnectInfoRequest
Source§fn clone(&self) -> AuthGetWorkloadConnectInfoRequest
fn clone(&self) -> AuthGetWorkloadConnectInfoRequest
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 AuthGetWorkloadConnectInfoRequest
impl<'de> Deserialize<'de> for AuthGetWorkloadConnectInfoRequest
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 AuthGetWorkloadConnectInfoRequest
impl PartialEq for AuthGetWorkloadConnectInfoRequest
Source§fn eq(&self, other: &AuthGetWorkloadConnectInfoRequest) -> bool
fn eq(&self, other: &AuthGetWorkloadConnectInfoRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AuthGetWorkloadConnectInfoRequest
Auto Trait Implementations§
impl Freeze for AuthGetWorkloadConnectInfoRequest
impl RefUnwindSafe for AuthGetWorkloadConnectInfoRequest
impl Send for AuthGetWorkloadConnectInfoRequest
impl Sync for AuthGetWorkloadConnectInfoRequest
impl Unpin for AuthGetWorkloadConnectInfoRequest
impl UnsafeUnpin for AuthGetWorkloadConnectInfoRequest
impl UnwindSafe for AuthGetWorkloadConnectInfoRequest
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