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