pub enum PositionAreaSelfPosition {
SelfStart(Ident),
Center(Ident),
SelfEnd(Ident),
SpanSelfStart(Ident),
SpanSelfEnd(Ident),
SpanAll(Ident),
}Variants§
SelfStart(Ident)
Center(Ident)
SelfEnd(Ident)
SpanSelfStart(Ident)
SpanSelfEnd(Ident)
SpanAll(Ident)
Trait Implementations§
Source§impl Clone for PositionAreaSelfPosition
impl Clone for PositionAreaSelfPosition
Source§fn clone(&self) -> PositionAreaSelfPosition
fn clone(&self) -> PositionAreaSelfPosition
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 PositionAreaSelfPosition
impl Debug for PositionAreaSelfPosition
Source§impl Hash for PositionAreaSelfPosition
impl Hash for PositionAreaSelfPosition
Source§impl Ord for PositionAreaSelfPosition
impl Ord for PositionAreaSelfPosition
Source§fn cmp(&self, other: &PositionAreaSelfPosition) -> Ordering
fn cmp(&self, other: &PositionAreaSelfPosition) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> Parse<'a> for PositionAreaSelfPosition
impl<'a> Parse<'a> for PositionAreaSelfPosition
Source§impl PartialEq for PositionAreaSelfPosition
impl PartialEq for PositionAreaSelfPosition
Source§impl PartialOrd for PositionAreaSelfPosition
impl PartialOrd for PositionAreaSelfPosition
Source§impl<'a> Peek<'a> for PositionAreaSelfPosition
impl<'a> Peek<'a> for PositionAreaSelfPosition
Source§impl ToCursors for PositionAreaSelfPosition
impl ToCursors for PositionAreaSelfPosition
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for PositionAreaSelfPosition
impl Eq for PositionAreaSelfPosition
impl StructuralPartialEq for PositionAreaSelfPosition
Auto Trait Implementations§
impl Freeze for PositionAreaSelfPosition
impl RefUnwindSafe for PositionAreaSelfPosition
impl Send for PositionAreaSelfPosition
impl Sync for PositionAreaSelfPosition
impl Unpin for PositionAreaSelfPosition
impl UnwindSafe for PositionAreaSelfPosition
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