Struct dipa::CreatedDelta[][src]

pub struct CreatedDelta<D> {
    pub delta: D,
    pub did_change: bool,
}
Expand description

The type returned by [Diffable.create_delta_towards].

Fields

delta: D

The diff between the start and end value.

did_change: bool

True if changed, false if same.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.