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