Struct amazon_sp_services::models::scope_of_work::ScopeOfWork
source · [−]pub struct ScopeOfWork {
pub asin: Option<String>,
pub title: Option<String>,
pub quantity: Option<i32>,
pub required_skills: Option<Vec<String>>,
}Expand description
ScopeOfWork : The scope of work for the order.
Fields
asin: Option<String>The Amazon Standard Identification Number (ASIN) of the service job.
title: Option<String>The title of the service job.
quantity: Option<i32>The number of service jobs.
required_skills: Option<Vec<String>>A list of skills required to perform the job.
Implementations
sourceimpl ScopeOfWork
impl ScopeOfWork
sourcepub fn new() -> ScopeOfWork
pub fn new() -> ScopeOfWork
The scope of work for the order.
Trait Implementations
sourceimpl Clone for ScopeOfWork
impl Clone for ScopeOfWork
sourcefn clone(&self) -> ScopeOfWork
fn clone(&self) -> ScopeOfWork
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ScopeOfWork
impl Debug for ScopeOfWork
sourceimpl Default for ScopeOfWork
impl Default for ScopeOfWork
sourcefn default() -> ScopeOfWork
fn default() -> ScopeOfWork
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ScopeOfWork
impl<'de> Deserialize<'de> for ScopeOfWork
sourcefn 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
sourceimpl PartialEq<ScopeOfWork> for ScopeOfWork
impl PartialEq<ScopeOfWork> for ScopeOfWork
sourcefn eq(&self, other: &ScopeOfWork) -> bool
fn eq(&self, other: &ScopeOfWork) -> bool
sourceimpl Serialize for ScopeOfWork
impl Serialize for ScopeOfWork
impl StructuralPartialEq for ScopeOfWork
Auto Trait Implementations
impl RefUnwindSafe for ScopeOfWork
impl Send for ScopeOfWork
impl Sync for ScopeOfWork
impl Unpin for ScopeOfWork
impl UnwindSafe for ScopeOfWork
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more