pub enum PositionVerticalKeyword {
Top(Ident),
Bottom(Ident),
}Variants§
Trait Implementations§
Source§impl Clone for PositionVerticalKeyword
impl Clone for PositionVerticalKeyword
Source§fn clone(&self) -> PositionVerticalKeyword
fn clone(&self) -> PositionVerticalKeyword
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 PositionVerticalKeyword
impl Debug for PositionVerticalKeyword
Source§impl From<PositionVerticalKeyword> for Cursor
impl From<PositionVerticalKeyword> for Cursor
Source§fn from(value: PositionVerticalKeyword) -> Cursor
fn from(value: PositionVerticalKeyword) -> Cursor
Converts to this type from the input type.
Source§impl From<PositionVerticalKeyword> for Token
impl From<PositionVerticalKeyword> for Token
Source§fn from(value: PositionVerticalKeyword) -> Token
fn from(value: PositionVerticalKeyword) -> Token
Converts to this type from the input type.
Source§impl Hash for PositionVerticalKeyword
impl Hash for PositionVerticalKeyword
Source§impl Ord for PositionVerticalKeyword
impl Ord for PositionVerticalKeyword
Source§fn cmp(&self, other: &PositionVerticalKeyword) -> Ordering
fn cmp(&self, other: &PositionVerticalKeyword) -> 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 PositionVerticalKeyword
impl<'a> Parse<'a> for PositionVerticalKeyword
Source§impl PartialEq for PositionVerticalKeyword
impl PartialEq for PositionVerticalKeyword
Source§impl PartialOrd for PositionVerticalKeyword
impl PartialOrd for PositionVerticalKeyword
Source§impl<'a> Peek<'a> for PositionVerticalKeyword
impl<'a> Peek<'a> for PositionVerticalKeyword
Source§impl ToCursors for PositionVerticalKeyword
impl ToCursors for PositionVerticalKeyword
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for PositionVerticalKeyword
impl Eq for PositionVerticalKeyword
impl StructuralPartialEq for PositionVerticalKeyword
Auto Trait Implementations§
impl Freeze for PositionVerticalKeyword
impl RefUnwindSafe for PositionVerticalKeyword
impl Send for PositionVerticalKeyword
impl Sync for PositionVerticalKeyword
impl Unpin for PositionVerticalKeyword
impl UnwindSafe for PositionVerticalKeyword
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