pub struct NthLastOfTypePseudoFunction {
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 NthLastOfTypePseudoFunction
impl Clone for NthLastOfTypePseudoFunction
Source§fn clone(&self) -> NthLastOfTypePseudoFunction
fn clone(&self) -> NthLastOfTypePseudoFunction
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 NthLastOfTypePseudoFunction
impl Debug for NthLastOfTypePseudoFunction
Source§impl Hash for NthLastOfTypePseudoFunction
impl Hash for NthLastOfTypePseudoFunction
Source§impl Ord for NthLastOfTypePseudoFunction
impl Ord for NthLastOfTypePseudoFunction
Source§fn cmp(&self, other: &NthLastOfTypePseudoFunction) -> Ordering
fn cmp(&self, other: &NthLastOfTypePseudoFunction) -> 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 NthLastOfTypePseudoFunction
impl<'a> Parse<'a> for NthLastOfTypePseudoFunction
Source§impl PartialOrd for NthLastOfTypePseudoFunction
impl PartialOrd for NthLastOfTypePseudoFunction
Source§impl ToCursors for NthLastOfTypePseudoFunction
impl ToCursors for NthLastOfTypePseudoFunction
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for NthLastOfTypePseudoFunction
impl StructuralPartialEq for NthLastOfTypePseudoFunction
Auto Trait Implementations§
impl Freeze for NthLastOfTypePseudoFunction
impl RefUnwindSafe for NthLastOfTypePseudoFunction
impl Send for NthLastOfTypePseudoFunction
impl Sync for NthLastOfTypePseudoFunction
impl Unpin for NthLastOfTypePseudoFunction
impl UnwindSafe for NthLastOfTypePseudoFunction
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