Struct ditto::map::Op [] [src]

pub struct Op<K, V> { /* fields omitted */ }

Methods

impl<K: Key, V: Value> Op<K, V>
[src]

[src]

Returns the Op's key.

[src]

Returns a reference to the Op's inserted element.

[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<K: Debug, V: Debug> Debug for Op<K, V>
[src]

[src]

Formats the value using the given formatter. Read more

impl<K: Clone, V: Clone> Clone for Op<K, V>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<K: PartialEq, V: PartialEq> PartialEq for Op<K, V>
[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<K, V> Send for Op<K, V> where
    K: Send,
    V: Send

impl<K, V> Sync for Op<K, V> where
    K: Sync,
    V: Sync