pub enum StringDirection {
End,
StartLeftToRight,
StartRightToLeft,
}
Variants§
Trait Implementations§
Source§impl Clone for StringDirection
impl Clone for StringDirection
Source§fn clone(&self) -> StringDirection
fn clone(&self) -> StringDirection
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for StringDirection
impl Debug for StringDirection
Source§impl Display for StringDirection
impl Display for StringDirection
impl Copy for StringDirection
Auto Trait Implementations§
impl Freeze for StringDirection
impl RefUnwindSafe for StringDirection
impl Send for StringDirection
impl Sync for StringDirection
impl Unpin for StringDirection
impl UnwindSafe for StringDirection
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