Struct oca_bundle::state::oca::overlay::unit::AttributeUnit
source · pub struct AttributeUnit {
pub measurement_system: MeasurementSystem,
pub unit: MeasurementUnit,
}Fields§
§measurement_system: MeasurementSystem§unit: MeasurementUnitAuto Trait Implementations§
impl Freeze for AttributeUnit
impl RefUnwindSafe for AttributeUnit
impl Send for AttributeUnit
impl Sync for AttributeUnit
impl Unpin for AttributeUnit
impl UnwindSafe for AttributeUnit
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