pub struct AdvancedSpacingParser;Expand description
Re-export core tailwind-rs functionality
Implementations§
Source§impl AdvancedSpacingParser
impl AdvancedSpacingParser
pub fn new() -> AdvancedSpacingParser
Trait Implementations§
Source§impl Clone for AdvancedSpacingParser
impl Clone for AdvancedSpacingParser
Source§fn clone(&self) -> AdvancedSpacingParser
fn clone(&self) -> AdvancedSpacingParser
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 AdvancedSpacingParser
impl Debug for AdvancedSpacingParser
Source§impl Default for AdvancedSpacingParser
impl Default for AdvancedSpacingParser
Source§fn default() -> AdvancedSpacingParser
fn default() -> AdvancedSpacingParser
Returns the “default value” for a type. Read more
Source§impl UtilityParser for AdvancedSpacingParser
impl UtilityParser for AdvancedSpacingParser
Source§fn parse_class(&self, class: &str) -> Option<Vec<CssProperty>>
fn parse_class(&self, class: &str) -> Option<Vec<CssProperty>>
Parse a class and return CSS properties
Source§fn get_supported_patterns(&self) -> Vec<&'static str>
fn get_supported_patterns(&self) -> Vec<&'static str>
Get supported patterns for this parser
Source§fn get_priority(&self) -> u32
fn get_priority(&self) -> u32
Get parser priority (higher = more specific)
Source§fn get_category(&self) -> ParserCategory
fn get_category(&self) -> ParserCategory
Get parser category
Auto Trait Implementations§
impl Freeze for AdvancedSpacingParser
impl RefUnwindSafe for AdvancedSpacingParser
impl Send for AdvancedSpacingParser
impl Sync for AdvancedSpacingParser
impl Unpin for AdvancedSpacingParser
impl UnwindSafe for AdvancedSpacingParser
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