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