pub struct DefaultDriver;
Expand description

A default implementation of the merge driver.

Trait Implementations

Generates a new GUID for the given invalid GUID. This is used to fix up items with GUIDs that Places can’t store (bug 1380606, bug 1313026). Read more

Returns the maximum log level for merge messages. The default implementation returns the log crate’s global maximum level. Read more

Returns a logger for merge messages. Read more

Records a merge telemetry event. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.