pub struct DeleteWorkforceRequest {
pub workforce_name: String,
}
Fields§
§workforce_name: String
The name of the workforce.
Trait Implementations§
Source§impl Clone for DeleteWorkforceRequest
impl Clone for DeleteWorkforceRequest
Source§fn clone(&self) -> DeleteWorkforceRequest
fn clone(&self) -> DeleteWorkforceRequest
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 DeleteWorkforceRequest
impl Debug for DeleteWorkforceRequest
Source§impl Default for DeleteWorkforceRequest
impl Default for DeleteWorkforceRequest
Source§fn default() -> DeleteWorkforceRequest
fn default() -> DeleteWorkforceRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteWorkforceRequest
impl PartialEq for DeleteWorkforceRequest
Source§impl Serialize for DeleteWorkforceRequest
impl Serialize for DeleteWorkforceRequest
impl StructuralPartialEq for DeleteWorkforceRequest
Auto Trait Implementations§
impl Freeze for DeleteWorkforceRequest
impl RefUnwindSafe for DeleteWorkforceRequest
impl Send for DeleteWorkforceRequest
impl Sync for DeleteWorkforceRequest
impl Unpin for DeleteWorkforceRequest
impl UnwindSafe for DeleteWorkforceRequest
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