pub enum FluentNumberType {
Cardinal,
Ordinal,
}
Variants§
Trait Implementations§
Source§impl Clone for FluentNumberType
impl Clone for FluentNumberType
Source§fn clone(&self) -> FluentNumberType
fn clone(&self) -> FluentNumberType
Returns a duplicate 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 Debug for FluentNumberType
impl Debug for FluentNumberType
Source§impl Default for FluentNumberType
impl Default for FluentNumberType
Source§fn default() -> FluentNumberType
fn default() -> FluentNumberType
Returns the “default value” for a type. Read more
Source§impl From<&str> for FluentNumberType
impl From<&str> for FluentNumberType
Source§impl Hash for FluentNumberType
impl Hash for FluentNumberType
Source§impl PartialEq for FluentNumberType
impl PartialEq for FluentNumberType
impl Copy for FluentNumberType
impl Eq for FluentNumberType
impl StructuralPartialEq for FluentNumberType
Auto Trait Implementations§
impl Freeze for FluentNumberType
impl RefUnwindSafe for FluentNumberType
impl Send for FluentNumberType
impl Sync for FluentNumberType
impl Unpin for FluentNumberType
impl UnwindSafe for FluentNumberType
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