struct IpoRow {
code: String,
name: String,
list_time: String,
}Fields§
§code: String§name: String§list_time: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for IpoRow
impl RefUnwindSafe for IpoRow
impl Send for IpoRow
impl Sync for IpoRow
impl Unpin for IpoRow
impl UnsafeUnpin for IpoRow
impl UnwindSafe for IpoRow
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