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