struct SkillWrapUnusualRow {
stock_symbol: String,
time_range: String,
err_code: String,
content: String,
}Fields§
§stock_symbol: String§time_range: String§err_code: String§content: StringTrait Implementations§
Source§impl Tabled for SkillWrapUnusualRow
impl Tabled for SkillWrapUnusualRow
Auto Trait Implementations§
impl Freeze for SkillWrapUnusualRow
impl RefUnwindSafe for SkillWrapUnusualRow
impl Send for SkillWrapUnusualRow
impl Sync for SkillWrapUnusualRow
impl Unpin for SkillWrapUnusualRow
impl UnsafeUnpin for SkillWrapUnusualRow
impl UnwindSafe for SkillWrapUnusualRow
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