pub struct NthColPseudoFunction {
pub colon: Colon,
pub function: Function,
pub value: Nth,
pub close: Option<RightParen>,
}Fields§
§colon: Colon§function: Function§value: Nth§close: Option<RightParen>Trait Implementations§
Source§impl Clone for NthColPseudoFunction
impl Clone for NthColPseudoFunction
Source§fn clone(&self) -> NthColPseudoFunction
fn clone(&self) -> NthColPseudoFunction
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 NthColPseudoFunction
impl Debug for NthColPseudoFunction
Source§impl Hash for NthColPseudoFunction
impl Hash for NthColPseudoFunction
Source§impl Ord for NthColPseudoFunction
impl Ord for NthColPseudoFunction
Source§fn cmp(&self, other: &NthColPseudoFunction) -> Ordering
fn cmp(&self, other: &NthColPseudoFunction) -> 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 NthColPseudoFunction
impl<'a> Parse<'a> for NthColPseudoFunction
Source§impl PartialEq for NthColPseudoFunction
impl PartialEq for NthColPseudoFunction
Source§impl PartialOrd for NthColPseudoFunction
impl PartialOrd for NthColPseudoFunction
Source§impl ToCursors for NthColPseudoFunction
impl ToCursors for NthColPseudoFunction
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for NthColPseudoFunction
impl StructuralPartialEq for NthColPseudoFunction
Auto Trait Implementations§
impl Freeze for NthColPseudoFunction
impl RefUnwindSafe for NthColPseudoFunction
impl Send for NthColPseudoFunction
impl Sync for NthColPseudoFunction
impl Unpin for NthColPseudoFunction
impl UnwindSafe for NthColPseudoFunction
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