pub struct BookInfo {
pub type: i64,
pub price: f64,
pub volume: i64,
pub volume_real: f64,
}Fields§
§type: i64§price: f64§volume: i64§volume_real: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for BookInfo
impl RefUnwindSafe for BookInfo
impl Send for BookInfo
impl Sync for BookInfo
impl Unpin for BookInfo
impl UnsafeUnpin for BookInfo
impl UnwindSafe for BookInfo
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