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