[][src]Struct maomi::property::Prop

pub struct Prop<T: PartialEq> { /* fields omitted */ }

Methods

impl<T: PartialEq> Prop<T>[src]

pub fn new(data: T) -> Self[src]

Trait Implementations

impl<T: PartialEq> AsMut<T> for Prop<T>[src]

impl<T: PartialEq> AsRef<T> for Prop<T>[src]

impl<T: PartialEq> Borrow<T> for Prop<T>[src]

impl<T: PartialEq> BorrowMut<T> for Prop<T>[src]

impl<T: Clone + PartialEq> Clone for Prop<T>[src]

impl<T: Copy + PartialEq> Copy for Prop<T>[src]

impl<T: Debug + PartialEq> Debug for Prop<T>[src]

impl<T: Default + PartialEq> Default for Prop<T>[src]

impl<T: PartialEq> Deref for Prop<T>[src]

type Target = T

The resulting type after dereferencing.

impl<T: PartialEq> DerefMut for Prop<T>[src]

impl<T: Display + PartialEq> Display for Prop<T>[src]

impl<T: Eq> Eq for Prop<T>[src]

impl<T: PartialEq> From<T> for Prop<T>[src]

impl<T: Hash + PartialEq> Hash for Prop<T>[src]

impl<T: Hasher + PartialEq> Hasher for Prop<T>[src]

impl<T: Ord> Ord for Prop<T>[src]

impl<T: PartialEq> PartialEq<Prop<T>> for Prop<T>[src]

impl<T: PartialOrd> PartialOrd<Prop<T>> for Prop<T>[src]

impl<T: PartialEq> Property<T> for Prop<T>[src]

impl<T: PartialEq> StructuralPartialEq for Prop<T>[src]

Auto Trait Implementations

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

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

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

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

impl<T> UnwindSafe for Prop<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> Downcast for T where
    T: Any
[src]

impl<T> DowncastSync for T where
    T: Send + Sync + Any
[src]

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

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

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

impl<T> Property<T> for T where
    T: PartialEq<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.