[][src]Struct syncat_stylesheet::Query

pub struct Query<'s> { /* fields omitted */ }

Methods

impl<'s> Query<'s>[src]

pub fn new(kind: &'s str, text: &'s str) -> Self[src]

pub fn add_child<Q: Into<Self>>(&mut self, child: Q)[src]

Trait Implementations

impl<'s> Clone for Query<'s>[src]

impl<'s> Debug for Query<'s>[src]

impl<'s> From<&'s str> for Query<'s>[src]

impl<'s, '_, '_> From<(&'_ Node<'_>, &'s str)> for Query<'s>[src]

impl<'a, '_> Index<&'_ [usize]> for Query<'a>[src]

type Output = Query<'a>

The returned type after indexing.

impl<'a, '_> IndexMut<&'_ [usize]> for Query<'a>[src]

Auto Trait Implementations

impl<'s> RefUnwindSafe for Query<'s>

impl<'s> Send for Query<'s>

impl<'s> Sync for Query<'s>

impl<'s> Unpin for Query<'s>

impl<'s> UnwindSafe for Query<'s>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.