pub enum PositionAreaBlock {
BlockStart(Ident),
Center(Ident),
BlockEnd(Ident),
SpanBlockStart(Ident),
SpanBlockEnd(Ident),
SpanAll(Ident),
}Variants§
BlockStart(Ident)
Center(Ident)
BlockEnd(Ident)
SpanBlockStart(Ident)
SpanBlockEnd(Ident)
SpanAll(Ident)
Trait Implementations§
Source§impl Clone for PositionAreaBlock
impl Clone for PositionAreaBlock
Source§fn clone(&self) -> PositionAreaBlock
fn clone(&self) -> PositionAreaBlock
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 PositionAreaBlock
impl Debug for PositionAreaBlock
Source§impl From<PositionAreaBlock> for Cursor
impl From<PositionAreaBlock> for Cursor
Source§fn from(value: PositionAreaBlock) -> Cursor
fn from(value: PositionAreaBlock) -> Cursor
Converts to this type from the input type.
Source§impl From<PositionAreaBlock> for Token
impl From<PositionAreaBlock> for Token
Source§fn from(value: PositionAreaBlock) -> Token
fn from(value: PositionAreaBlock) -> Token
Converts to this type from the input type.
Source§impl Hash for PositionAreaBlock
impl Hash for PositionAreaBlock
Source§impl Ord for PositionAreaBlock
impl Ord for PositionAreaBlock
Source§fn cmp(&self, other: &PositionAreaBlock) -> Ordering
fn cmp(&self, other: &PositionAreaBlock) -> 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 PositionAreaBlock
impl<'a> Parse<'a> for PositionAreaBlock
Source§impl PartialEq for PositionAreaBlock
impl PartialEq for PositionAreaBlock
Source§impl PartialOrd for PositionAreaBlock
impl PartialOrd for PositionAreaBlock
Source§impl<'a> Peek<'a> for PositionAreaBlock
impl<'a> Peek<'a> for PositionAreaBlock
Source§impl SemanticEq for PositionAreaBlock
impl SemanticEq for PositionAreaBlock
Source§fn semantic_eq(&self, other: &Self) -> bool
fn semantic_eq(&self, other: &Self) -> bool
Returns
true if self and other are semantically equal.Source§impl ToCursors for PositionAreaBlock
impl ToCursors for PositionAreaBlock
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for PositionAreaBlock
impl Eq for PositionAreaBlock
impl StructuralPartialEq for PositionAreaBlock
Auto Trait Implementations§
impl Freeze for PositionAreaBlock
impl RefUnwindSafe for PositionAreaBlock
impl Send for PositionAreaBlock
impl Sync for PositionAreaBlock
impl Unpin for PositionAreaBlock
impl UnwindSafe for PositionAreaBlock
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