pub struct Number<'a> { /* private fields */ }
Implementations§
Source§impl<'a> Number<'a>
impl<'a> Number<'a>
Sourcepub fn valueformat(&mut self, valueformat: &'a str) -> &mut Self
pub fn valueformat(&mut self, valueformat: &'a str) -> &mut Self
Sets the value formatting rule using d3 formatting mini-language which is similar to those of Python. See https://github.com/d3/d3-3.x-api-reference/blob/master/Formatting.md#d3_format
default: ``
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Number<'a>
impl<'a> RefUnwindSafe for Number<'a>
impl<'a> Send for Number<'a>
impl<'a> Sync for Number<'a>
impl<'a> Unpin for Number<'a>
impl<'a> UnwindSafe for Number<'a>
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