pub struct DeleteWorkforceResponse {}
Trait Implementations§
Source§impl Clone for DeleteWorkforceResponse
impl Clone for DeleteWorkforceResponse
Source§fn clone(&self) -> DeleteWorkforceResponse
fn clone(&self) -> DeleteWorkforceResponse
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 DeleteWorkforceResponse
impl Debug for DeleteWorkforceResponse
Source§impl Default for DeleteWorkforceResponse
impl Default for DeleteWorkforceResponse
Source§fn default() -> DeleteWorkforceResponse
fn default() -> DeleteWorkforceResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteWorkforceResponse
impl<'de> Deserialize<'de> for DeleteWorkforceResponse
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 DeleteWorkforceResponse
impl PartialEq for DeleteWorkforceResponse
impl StructuralPartialEq for DeleteWorkforceResponse
Auto Trait Implementations§
impl Freeze for DeleteWorkforceResponse
impl RefUnwindSafe for DeleteWorkforceResponse
impl Send for DeleteWorkforceResponse
impl Sync for DeleteWorkforceResponse
impl Unpin for DeleteWorkforceResponse
impl UnwindSafe for DeleteWorkforceResponse
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