pub enum Sign {
Plus,
Minus,
}
๐ฌThis is a nightly-only experimental API. (
formatting_options
#118117)Expand description
The signedness of a Formatter
(or of a FormattingOptions
).
Variantsยง
Plus
๐ฌThis is a nightly-only experimental API. (
formatting_options
#118117)Represents the +
flag.
Minus
๐ฌThis is a nightly-only experimental API. (
formatting_options
#118117)Represents the -
flag.
Trait Implementationsยง
impl Copy for Sign
impl Eq for Sign
impl StructuralPartialEq for Sign
Auto Trait Implementationsยง
impl Freeze for Sign
impl RefUnwindSafe for Sign
impl Send for Sign
impl Sync for Sign
impl Unpin for Sign
impl UnwindSafe for Sign
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