Struct panoramix::elements::backend::ListMutation[][src]

pub struct ListMutation<Key> {
    pub items: Vec<ListMutationItem<Key>>,
}

Fields

items: Vec<ListMutationItem<Key>>

Implementations

impl<Key> ListMutation<Key>[src]

pub fn new(items: Vec<ListMutationItem<Key>>) -> Self[src]

Trait Implementations

impl<Key: Clone> Clone for ListMutation<Key>[src]

impl<Key: Debug> Debug for ListMutation<Key>[src]

impl<Key: Default> Default for ListMutation<Key>[src]

impl<Key: Eq> Eq for ListMutation<Key>[src]

impl<Key: Hash> Hash for ListMutation<Key>[src]

impl<Key: Ord> Ord for ListMutation<Key>[src]

impl<Key: PartialEq> PartialEq<ListMutation<Key>> for ListMutation<Key>[src]

impl<Key: PartialOrd> PartialOrd<ListMutation<Key>> for ListMutation<Key>[src]

impl<Key> StructuralEq for ListMutation<Key>[src]

impl<Key> StructuralPartialEq for ListMutation<Key>[src]

Auto Trait Implementations

impl<Key> RefUnwindSafe for ListMutation<Key> where
    Key: RefUnwindSafe

impl<Key> Send for ListMutation<Key> where
    Key: Send

impl<Key> Sync for ListMutation<Key> where
    Key: Sync

impl<Key> Unpin for ListMutation<Key> where
    Key: Unpin

impl<Key> UnwindSafe for ListMutation<Key> where
    Key: UnwindSafe

Blanket Implementations

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

impl<T> AnyEq for T where
    T: Any + PartialEq<T>, 

impl<T> AnyState for T where
    T: Clone + Default + Debug + PartialEq<T> + 'static, 
[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> Instrument for T[src]

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

impl<T> RoundFrom<T> for T

impl<T, U> RoundInto<U> for T where
    U: RoundFrom<T>, 

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.