pub struct InteractivityParser;Expand description
Parser for interactivity utilities
Implementations§
Source§impl InteractivityParser
impl InteractivityParser
Sourcepub fn parse_class(&self, class: &str) -> Option<Vec<CssProperty>>
pub fn parse_class(&self, class: &str) -> Option<Vec<CssProperty>>
Parse interactivity classes
Trait Implementations§
Source§impl Clone for InteractivityParser
impl Clone for InteractivityParser
Source§fn clone(&self) -> InteractivityParser
fn clone(&self) -> InteractivityParser
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 InteractivityParser
impl Debug for InteractivityParser
Auto Trait Implementations§
impl Freeze for InteractivityParser
impl RefUnwindSafe for InteractivityParser
impl Send for InteractivityParser
impl Sync for InteractivityParser
impl Unpin for InteractivityParser
impl UnwindSafe for InteractivityParser
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