Enum ditto::list::Op [] [src]

pub enum Op<T> {
    Insert(Element<T>),
    Remove(Uid),
}

Variants

Methods

impl<T> Op<T>
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<T: Debug> Debug for Op<T>
[src]

[src]

Formats the value using the given formatter. Read more

impl<T: Clone> Clone for Op<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations

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

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