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