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