Enum strfmt::Sign
[−]
[src]
pub enum Sign {
Unspecified,
Plus,
Minus,
Space,
}Variants
UnspecifiedPlusMinusSpace
Methods
impl Sign[src]
fn is_unspecified(&self) -> bool[src]
Trait Implementations
impl Debug for Sign[src]
impl Clone for Sign[src]
fn clone(&self) -> Sign[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more