pub struct LeaderFunction {
pub name: Function,
pub params: LeaderType,
pub close: RightParen,
}Expand description
https://drafts.csswg.org/css-content-3/#leader-function
leader() = leader( <leader-type> )
<leader-type> = dotted | solid | space | <string>Fields§
§name: Function§params: LeaderType§close: RightParenTrait Implementations§
Source§impl Clone for LeaderFunction
impl Clone for LeaderFunction
Source§fn clone(&self) -> LeaderFunction
fn clone(&self) -> LeaderFunction
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 LeaderFunction
impl Debug for LeaderFunction
Source§impl Hash for LeaderFunction
impl Hash for LeaderFunction
Source§impl Ord for LeaderFunction
impl Ord for LeaderFunction
Source§fn cmp(&self, other: &LeaderFunction) -> Ordering
fn cmp(&self, other: &LeaderFunction) -> 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 LeaderFunction
impl<'a> Parse<'a> for LeaderFunction
Source§impl PartialEq for LeaderFunction
impl PartialEq for LeaderFunction
Source§impl PartialOrd for LeaderFunction
impl PartialOrd for LeaderFunction
Source§impl<'a> Peek<'a> for LeaderFunction
impl<'a> Peek<'a> for LeaderFunction
Source§impl ToCursors for LeaderFunction
impl ToCursors for LeaderFunction
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for LeaderFunction
impl StructuralPartialEq for LeaderFunction
Auto Trait Implementations§
impl Freeze for LeaderFunction
impl RefUnwindSafe for LeaderFunction
impl Send for LeaderFunction
impl Sync for LeaderFunction
impl Unpin for LeaderFunction
impl UnwindSafe for LeaderFunction
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