struct WarrantScreenRow {
stock_id: String,
stock_owner: String,
current_price: String,
}Fields§
§stock_id: String§stock_owner: String§current_price: StringTrait Implementations§
Source§impl Tabled for WarrantScreenRow
impl Tabled for WarrantScreenRow
Auto Trait Implementations§
impl Freeze for WarrantScreenRow
impl RefUnwindSafe for WarrantScreenRow
impl Send for WarrantScreenRow
impl Sync for WarrantScreenRow
impl Unpin for WarrantScreenRow
impl UnsafeUnpin for WarrantScreenRow
impl UnwindSafe for WarrantScreenRow
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