pub struct DimensionNode {
pub loc: Loc,
pub value: String,
pub unit: String,
}Fields§
§loc: LocLocation information in the source file
value: StringThe value of the DimensionNode
unit: StringThe unit of the DimensionNode
Trait Implementations§
Source§impl Debug for DimensionNode
impl Debug for DimensionNode
Source§impl Default for DimensionNode
impl Default for DimensionNode
Source§fn default() -> DimensionNode
fn default() -> DimensionNode
Returns the “default value” for a type. Read more
Source§impl PartialEq for DimensionNode
impl PartialEq for DimensionNode
Source§impl Serialize for DimensionNode
impl Serialize for DimensionNode
impl StructuralPartialEq for DimensionNode
Auto Trait Implementations§
impl Freeze for DimensionNode
impl RefUnwindSafe for DimensionNode
impl Send for DimensionNode
impl Sync for DimensionNode
impl Unpin for DimensionNode
impl UnwindSafe for DimensionNode
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