pub enum PositionAreaSelfInline {
SelfInlineStart(Ident),
Center(Ident),
SelfInlineEnd(Ident),
SpanSelfInlineStart(Ident),
SpanSelfInlineEnd(Ident),
SpanAll(Ident),
}Variants§
SelfInlineStart(Ident)
Center(Ident)
SelfInlineEnd(Ident)
SpanSelfInlineStart(Ident)
SpanSelfInlineEnd(Ident)
SpanAll(Ident)
Trait Implementations§
Source§impl Clone for PositionAreaSelfInline
impl Clone for PositionAreaSelfInline
Source§fn clone(&self) -> PositionAreaSelfInline
fn clone(&self) -> PositionAreaSelfInline
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 PositionAreaSelfInline
impl Debug for PositionAreaSelfInline
Source§impl Hash for PositionAreaSelfInline
impl Hash for PositionAreaSelfInline
Source§impl Ord for PositionAreaSelfInline
impl Ord for PositionAreaSelfInline
Source§fn cmp(&self, other: &PositionAreaSelfInline) -> Ordering
fn cmp(&self, other: &PositionAreaSelfInline) -> 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 PositionAreaSelfInline
impl<'a> Parse<'a> for PositionAreaSelfInline
Source§impl PartialEq for PositionAreaSelfInline
impl PartialEq for PositionAreaSelfInline
Source§impl PartialOrd for PositionAreaSelfInline
impl PartialOrd for PositionAreaSelfInline
Source§impl<'a> Peek<'a> for PositionAreaSelfInline
impl<'a> Peek<'a> for PositionAreaSelfInline
Source§impl ToCursors for PositionAreaSelfInline
impl ToCursors for PositionAreaSelfInline
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for PositionAreaSelfInline
impl Eq for PositionAreaSelfInline
impl StructuralPartialEq for PositionAreaSelfInline
Auto Trait Implementations§
impl Freeze for PositionAreaSelfInline
impl RefUnwindSafe for PositionAreaSelfInline
impl Send for PositionAreaSelfInline
impl Sync for PositionAreaSelfInline
impl Unpin for PositionAreaSelfInline
impl UnwindSafe for PositionAreaSelfInline
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