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