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