[][src]Struct hobo_css::media::Nottable

pub struct Nottable<T: Debug + PartialEq + Eq + Hash + Clone + Display> {
    pub not: bool,
    pub data: T,
}

Fields

not: booldata: T

Trait Implementations

impl<T: Clone + Debug + PartialEq + Eq + Hash + Display> Clone for Nottable<T>[src]

impl<T: Debug + PartialEq + Eq + Hash + Clone + Display> Debug for Nottable<T>[src]

impl<T: Debug + PartialEq + Eq + Hash + Clone + Display> Display for Nottable<T>[src]

impl<T: Eq + Debug + PartialEq + Hash + Clone + Display> Eq for Nottable<T>[src]

impl<T: Hash + Debug + PartialEq + Eq + Clone + Display> Hash for Nottable<T>[src]

impl<T: PartialEq + Debug + Eq + Hash + Clone + Display> PartialEq<Nottable<T>> for Nottable<T>[src]

impl<T: Debug + PartialEq + Eq + Hash + Clone + Display> StructuralEq for Nottable<T>[src]

impl<T: Debug + PartialEq + Eq + Hash + Clone + Display> StructuralPartialEq for Nottable<T>[src]

Auto Trait Implementations

impl<T> RefUnwindSafe for Nottable<T> where
    T: RefUnwindSafe

impl<T> Send for Nottable<T> where
    T: Send

impl<T> Sync for Nottable<T> where
    T: Sync

impl<T> Unpin for Nottable<T> where
    T: Unpin

impl<T> UnwindSafe for Nottable<T> where
    T: UnwindSafe

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> ToString for T where
    T: Display + ?Sized
[src]

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.