pub enum TabStopType {
Clear,
Left,
Center,
Right,
Decimal,
Bar,
Num,
}
Variants§
Trait Implementations§
Source§impl Clone for TabStopType
impl Clone for TabStopType
Source§fn clone(&self) -> TabStopType
fn clone(&self) -> TabStopType
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 TabStopType
impl Debug for TabStopType
Source§impl Display for TabStopType
impl Display for TabStopType
Auto Trait Implementations§
impl Freeze for TabStopType
impl RefUnwindSafe for TabStopType
impl Send for TabStopType
impl Sync for TabStopType
impl Unpin for TabStopType
impl UnwindSafe for TabStopType
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