enum DirectionSign {
Prefix(&'static str),
Suffix(&'static str),
}
Expand description
The sign to write and whether it should be a prefix or a suffix.
Variants§
Trait Implementations§
Source§impl Clone for DirectionSign
impl Clone for DirectionSign
Source§fn clone(&self) -> DirectionSign
fn clone(&self) -> DirectionSign
Returns a copy 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 DirectionSign
impl Debug for DirectionSign
impl Copy for DirectionSign
Auto Trait Implementations§
impl Freeze for DirectionSign
impl RefUnwindSafe for DirectionSign
impl Send for DirectionSign
impl Sync for DirectionSign
impl Unpin for DirectionSign
impl UnwindSafe for DirectionSign
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