struct CompanyExecutiveRow {
name: String,
position: String,
begin_date: String,
annual_salary: String,
}Fields§
§name: String§position: String§begin_date: String§annual_salary: StringTrait Implementations§
Source§impl Tabled for CompanyExecutiveRow
impl Tabled for CompanyExecutiveRow
Auto Trait Implementations§
impl Freeze for CompanyExecutiveRow
impl RefUnwindSafe for CompanyExecutiveRow
impl Send for CompanyExecutiveRow
impl Sync for CompanyExecutiveRow
impl Unpin for CompanyExecutiveRow
impl UnsafeUnpin for CompanyExecutiveRow
impl UnwindSafe for CompanyExecutiveRow
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