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