Enum quill_delta::OpKind[][src]

pub enum OpKind {
    Insert(Value),
    Retain(usize),
    Delete(usize),
}

Variants

Trait Implementations

impl Clone for OpKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OpKind
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for OpKind

impl Sync for OpKind