pub struct SLL;Expand description
Sierra Leonean leone
Trait Implementations§
impl Copy for SLL
Source§impl Currency for SLL
impl Currency for SLL
Source§const NAME: &'static str = "Sierra Leonean leone"
const NAME: &'static str = "Sierra Leonean leone"
Full currency name (e.g., “US Dollar”, “Euro”)
Source§const MINOR_UNIT: u16 = 2
const MINOR_UNIT: u16 = 2
Number of decimal places/minor units (e.g., USD -> cents -> minor unit = 2)
Source§const MINOR_UNIT_SYMBOL: &'static str = "¢"
const MINOR_UNIT_SYMBOL: &'static str = "¢"
Currency minor symbol (e.g., USD -> “¢”)
Source§const MINOR_UNIT_NAME: &'static str = "cent"
const MINOR_UNIT_NAME: &'static str = "cent"
Currency minor unit name (e.g., USD -> “cent”)
Source§const THOUSAND_SEPARATOR: &'static str = ","
const THOUSAND_SEPARATOR: &'static str = ","
thousand separator (e.g., USD -> “,”)
Source§const DECIMAL_SEPARATOR: &'static str = "."
const DECIMAL_SEPARATOR: &'static str = "."
decimal separator (e.g., USD -> “.”)
impl Eq for SLL
impl StructuralPartialEq for SLL
Auto Trait Implementations§
impl Freeze for SLL
impl RefUnwindSafe for SLL
impl Send for SLL
impl Sync for SLL
impl Unpin for SLL
impl UnsafeUnpin for SLL
impl UnwindSafe for SLL
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