pub enum Sign {
Plus,
Minus,
}
🔬This is a nightly-only experimental API. (
formatting_options
#118117)Available on non-crate feature
ferrocene_certified
only.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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ToOwned for Twhere
T: Clone,
impl<T> ToOwned for Twhere
T: Clone,
Source§type Owned = T
type Owned = T
Available on non-crate feature
ferrocene_certified
only.The resulting type after obtaining ownership.
Source§fn to_owned(&self) -> T
fn to_owned(&self) -> T
Available on non-crate feature
ferrocene_certified
only.Creates owned data from borrowed data, usually by cloning. Read more
Source§fn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
Available on non-crate feature
ferrocene_certified
only.Uses borrowed data to replace owned data, usually by cloning. Read more