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