pub struct Absolute1 {
pub unit: String,
pub qty: f64,
}Fields§
§unit: String§qty: f64Implementations§
Auto Trait Implementations§
impl Freeze for Absolute1
impl RefUnwindSafe for Absolute1
impl Send for Absolute1
impl Sync for Absolute1
impl Unpin for Absolute1
impl UnwindSafe for Absolute1
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