Struct rin::events::IterProperty [−][src]
pub struct IterProperty<'a, T> { /* fields omitted */ }Implementations
impl<'a, T> IterProperty<'a, T> where
T: Clone, [src]
impl<'a, T> IterProperty<'a, T> where
T: Clone, [src]Trait Implementations
impl<'a, T> ConstProperty<'a, T> for IterProperty<'a, T> where
T: Clone, [src]
impl<'a, T> ConstProperty<'a, T> for IterProperty<'a, T> where
T: Clone, [src]impl<'a, T> Debug for IterProperty<'a, T> where
T: Debug, [src]
impl<'a, T> Debug for IterProperty<'a, T> where
T: Debug, [src]impl<'a, T> PartialEq<IterProperty<'a, T>> for IterProperty<'a, T> where
T: PartialEq<T>, [src]
impl<'a, T> PartialEq<IterProperty<'a, T>> for IterProperty<'a, T> where
T: PartialEq<T>, [src]Auto Trait Implementations
impl<'a, T> !RefUnwindSafe for IterProperty<'a, T>
impl<'a, T> !Send for IterProperty<'a, T>
impl<'a, T> !Sync for IterProperty<'a, T>
impl<'a, T> Unpin for IterProperty<'a, T> where
T: Unpin,
T: Unpin,
impl<'a, T> !UnwindSafe for IterProperty<'a, T>
Blanket Implementations
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]pub fn to_subset(&self) -> Option<SS>[src]
pub fn is_in_subset(&self) -> bool[src]
pub fn to_subset_unchecked(&self) -> SS[src]
pub fn from_subset(element: &SS) -> SP[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]