pub struct OutputValue {
pub value: Value,
pub unit: Option<&'static str>,
pub mapping: Option<&'static Map<i32, &'static str>>,
}Fields§
§value: Value§unit: Option<&'static str>§mapping: Option<&'static Map<i32, &'static str>>Trait Implementations§
Source§impl Debug for OutputValue
impl Debug for OutputValue
Source§impl Display for OutputValue
impl Display for OutputValue
Auto Trait Implementations§
impl Freeze for OutputValue
impl RefUnwindSafe for OutputValue
impl Send for OutputValue
impl Sync for OutputValue
impl Unpin for OutputValue
impl UnwindSafe for OutputValue
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more