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