pub struct FxAMigrationResult {
    pub total_duration: i64,
}
Expand description

Statistics about the completion of a migration from legacy sign-in data.

Applications migrating from legacy sign-in data would typically want to report telemetry about whether and how that succeeded, and can use the results reported in this struct to help do so.

Fields§

§total_duration: i64

The time taken to migrate, in milliseconds.

Note that this is a signed integer, for compatibility with languages that do not have unsigned integers.

Trait Implementations§

Formats the value using the given formatter. 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.