pub struct RepeatFunction<'a> {
pub name: Function,
pub params: RepeatFunctionParams<'a>,
pub close: RightParen,
}Expand description
https://drafts.csswg.org/css-gaps-1/#typedef-repeat-line-width
<repeat-line-width> = repeat( [ <integer [1,∞]> ] , [ <line-width> ]+ )
<auto-repeat-line-width> = repeat( auto , [ <line-width> ]+ )Fields§
§name: Function§params: RepeatFunctionParams<'a>§close: RightParenTrait Implementations§
Source§impl<'a> Clone for RepeatFunction<'a>
impl<'a> Clone for RepeatFunction<'a>
Source§fn clone(&self) -> RepeatFunction<'a>
fn clone(&self) -> RepeatFunction<'a>
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<'a> Debug for RepeatFunction<'a>
impl<'a> Debug for RepeatFunction<'a>
Source§impl<'a> Hash for RepeatFunction<'a>
impl<'a> Hash for RepeatFunction<'a>
Source§impl<'a> Ord for RepeatFunction<'a>
impl<'a> Ord for RepeatFunction<'a>
Source§fn cmp(&self, other: &RepeatFunction<'a>) -> Ordering
fn cmp(&self, other: &RepeatFunction<'a>) -> 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 RepeatFunction<'a>
impl<'a> Parse<'a> for RepeatFunction<'a>
Source§impl<'a> PartialEq for RepeatFunction<'a>
impl<'a> PartialEq for RepeatFunction<'a>
Source§impl<'a> PartialOrd for RepeatFunction<'a>
impl<'a> PartialOrd for RepeatFunction<'a>
Source§impl<'a> Peek<'a> for RepeatFunction<'a>
impl<'a> Peek<'a> for RepeatFunction<'a>
Source§impl<'a> ToCursors for RepeatFunction<'a>
impl<'a> ToCursors for RepeatFunction<'a>
fn to_cursors(&self, s: &mut impl CursorSink)
impl<'a> Eq for RepeatFunction<'a>
impl<'a> StructuralPartialEq for RepeatFunction<'a>
Auto Trait Implementations§
impl<'a> Freeze for RepeatFunction<'a>
impl<'a> !RefUnwindSafe for RepeatFunction<'a>
impl<'a> !Send for RepeatFunction<'a>
impl<'a> !Sync for RepeatFunction<'a>
impl<'a> Unpin for RepeatFunction<'a>
impl<'a> !UnwindSafe for RepeatFunction<'a>
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