pub enum LinePosition {
Under,
Over,
Through,
UnderOver,
UnderThrough,
OverThrough,
UnderOverThrough,
}Variants§
Trait Implementations§
Source§impl Clone for LinePosition
impl Clone for LinePosition
Source§fn clone(&self) -> LinePosition
fn clone(&self) -> LinePosition
Returns a duplicate 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 LinePosition
impl Debug for LinePosition
Source§impl Default for LinePosition
impl Default for LinePosition
Source§fn default() -> LinePosition
fn default() -> LinePosition
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LinePosition
impl RefUnwindSafe for LinePosition
impl Send for LinePosition
impl Sync for LinePosition
impl Unpin for LinePosition
impl UnwindSafe for LinePosition
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