pub struct LotusBuilder<'a> { /* private fields */ }
Expand description
Builder for Lotus
.
Implementations§
Source§impl<'a> LotusBuilder<'a>
impl<'a> LotusBuilder<'a>
pub fn symbol(&mut self, value: &'a str) -> &mut Self
pub fn precision(&mut self, value: u8) -> &mut Self
pub fn thousand_str(&mut self, value: &'a str) -> &mut Self
pub fn decimal_str(&mut self, value: &'a str) -> &mut Self
pub fn format_positive(&mut self, value: &'a str) -> &mut Self
pub fn format_negative(&mut self, value: &'a str) -> &mut Self
pub fn format_zero(&mut self, value: &'a str) -> &mut Self
Trait Implementations§
Source§impl<'a> Clone for LotusBuilder<'a>
impl<'a> Clone for LotusBuilder<'a>
Source§fn clone(&self) -> LotusBuilder<'a>
fn clone(&self) -> LotusBuilder<'a>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a> Default for LotusBuilder<'a>
impl<'a> Default for LotusBuilder<'a>
Source§fn default() -> LotusBuilder<'a>
fn default() -> LotusBuilder<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for LotusBuilder<'a>
impl<'a> RefUnwindSafe for LotusBuilder<'a>
impl<'a> Send for LotusBuilder<'a>
impl<'a> Sync for LotusBuilder<'a>
impl<'a> Unpin for LotusBuilder<'a>
impl<'a> UnwindSafe for LotusBuilder<'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