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