Struct reql_types::Change [] [src]

pub struct Change<O, N> {
    pub old_val: Option<O>,
    pub new_val: Option<N>,
    pub result_type: Option<String>,
    pub old_offset: Option<usize>,
    pub new_offset: Option<usize>,
    pub state: Option<String>,
}

Fields

Trait Implementations

impl<O: Debug, N: Debug> Debug for Change<O, N>
[src]

[src]

Formats the value using the given formatter.

impl<O: Clone, N: Clone> Clone for Change<O, N>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more