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