pub struct cue;Trait Implementations§
Source§impl CssPseudoElement for cue
 
impl CssPseudoElement for cue
fn is_pseudo_element(&self)
Source§impl CssSelector for cue
 
impl CssSelector for cue
fn is_selector(&self)
Auto Trait Implementations§
impl Freeze for cue
impl RefUnwindSafe for cue
impl Send for cue
impl Sync for cue
impl Unpin for cue
impl UnwindSafe for cue
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