struct WarrantJson {
code: String,
name: String,
owner_code: String,
cur_price: f64,
strike_price: f64,
maturity_time: String,
}Fields§
§code: String§name: String§owner_code: String§cur_price: f64§strike_price: f64§maturity_time: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for WarrantJson
impl RefUnwindSafe for WarrantJson
impl Send for WarrantJson
impl Sync for WarrantJson
impl Unpin for WarrantJson
impl UnsafeUnpin for WarrantJson
impl UnwindSafe for WarrantJson
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