Struct amazon_sp_services::models::technician::Technician
source · [−]Expand description
Technician : A technician who is assigned to perform the service job in part or in full.
Fields
technician_id: Option<String>The technician identifier.
name: Option<String>The name of the technician.
Implementations
sourceimpl Technician
impl Technician
sourcepub fn new() -> Technician
pub fn new() -> Technician
A technician who is assigned to perform the service job in part or in full.
Trait Implementations
sourceimpl Clone for Technician
impl Clone for Technician
sourcefn clone(&self) -> Technician
fn clone(&self) -> Technician
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 Technician
impl Debug for Technician
sourceimpl Default for Technician
impl Default for Technician
sourcefn default() -> Technician
fn default() -> Technician
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for Technician
impl<'de> Deserialize<'de> for Technician
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<Technician> for Technician
impl PartialEq<Technician> for Technician
sourcefn eq(&self, other: &Technician) -> bool
fn eq(&self, other: &Technician) -> bool
sourceimpl Serialize for Technician
impl Serialize for Technician
impl StructuralPartialEq for Technician
Auto Trait Implementations
impl RefUnwindSafe for Technician
impl Send for Technician
impl Sync for Technician
impl Unpin for Technician
impl UnwindSafe for Technician
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