pub(super) struct QuoteRightsRow {
pub(super) market: String,
pub(super) category: String,
pub(super) value: String,
}Fields§
§market: String§category: String§value: StringTrait Implementations§
Source§impl Tabled for QuoteRightsRow
impl Tabled for QuoteRightsRow
Auto Trait Implementations§
impl Freeze for QuoteRightsRow
impl RefUnwindSafe for QuoteRightsRow
impl Send for QuoteRightsRow
impl Sync for QuoteRightsRow
impl Unpin for QuoteRightsRow
impl UnsafeUnpin for QuoteRightsRow
impl UnwindSafe for QuoteRightsRow
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