Struct ditto::set::Op [] [src]

pub struct Op<T> { /* fields omitted */ }

Methods

impl<T: SetElement> Op<T>
[src]

[src]

Returns the Op's value.

[src]

Returns a reference to the Op's inserted dot.

[src]

Returns a reference to the Op's removed dots.

[src]

Assigns a site id to any unassigned inserts and removes

[src]

Validates that the Op's site id is equal to the given site id.

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