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