pub struct UnitInfo {
pub short: &'static str,
pub long: &'static str,
pub kind: &'static str,
pub confidence: f64,
}Expand description
converters.auto.UnitInfo.
Fields§
§short: &'static str§long: &'static str§kind: &'static str§confidence: f64Trait Implementations§
impl StructuralPartialEq for UnitInfo
Auto Trait Implementations§
impl Freeze for UnitInfo
impl RefUnwindSafe for UnitInfo
impl Send for UnitInfo
impl Sync for UnitInfo
impl Unpin for UnitInfo
impl UnsafeUnpin for UnitInfo
impl UnwindSafe for UnitInfo
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