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