struct CompanyProfileItemJson {
name: Option<String>,
value: Option<String>,
field_type: Option<i32>,
}Fields§
§name: Option<String>§value: Option<String>§field_type: Option<i32>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CompanyProfileItemJson
impl RefUnwindSafe for CompanyProfileItemJson
impl Send for CompanyProfileItemJson
impl Sync for CompanyProfileItemJson
impl Unpin for CompanyProfileItemJson
impl UnsafeUnpin for CompanyProfileItemJson
impl UnwindSafe for CompanyProfileItemJson
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