pub struct Professional {
pub rest_id: Option<String>,
pub professional_type: Option<String>,
pub category: Option<Vec<ProfessionalCategory>>,
}Fields§
§rest_id: Option<String>§professional_type: Option<String>§category: Option<Vec<ProfessionalCategory>>Trait Implementations§
Source§impl Debug for Professional
impl Debug for Professional
Source§impl<'de> Deserialize<'de> for Professional
impl<'de> Deserialize<'de> for Professional
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
Auto Trait Implementations§
impl Freeze for Professional
impl RefUnwindSafe for Professional
impl Send for Professional
impl Sync for Professional
impl Unpin for Professional
impl UnwindSafe for Professional
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