pub struct DescribeWorkforceRequest {
pub workforce_name: String,
}
Fields§
§workforce_name: String
The name of the private workforce whose access you want to restrict. WorkforceName
is automatically set to default
when a workforce is created and cannot be modified.
Trait Implementations§
Source§impl Clone for DescribeWorkforceRequest
impl Clone for DescribeWorkforceRequest
Source§fn clone(&self) -> DescribeWorkforceRequest
fn clone(&self) -> DescribeWorkforceRequest
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 DescribeWorkforceRequest
impl Debug for DescribeWorkforceRequest
Source§impl Default for DescribeWorkforceRequest
impl Default for DescribeWorkforceRequest
Source§fn default() -> DescribeWorkforceRequest
fn default() -> DescribeWorkforceRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeWorkforceRequest
impl PartialEq for DescribeWorkforceRequest
Source§impl Serialize for DescribeWorkforceRequest
impl Serialize for DescribeWorkforceRequest
impl StructuralPartialEq for DescribeWorkforceRequest
Auto Trait Implementations§
impl Freeze for DescribeWorkforceRequest
impl RefUnwindSafe for DescribeWorkforceRequest
impl Send for DescribeWorkforceRequest
impl Sync for DescribeWorkforceRequest
impl Unpin for DescribeWorkforceRequest
impl UnwindSafe for DescribeWorkforceRequest
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