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