pub struct CalcJsonSerialize { /* private fields */ }

Implementations

The serilaize json implementation of the AmFn engine.

Create and return a new serialization element.

Arguments
  • calc_manager_param - Calculation manager.
Return
  • See description.

Serialize elements into Json.

Arguments
  • options - Determines the elements that are serialized.
Return
  • ERROR_NONE if successful, otherwise error code.

Serialize extension.

Arguments
  • ext - Extension to serialize.
  • buf - Buffer to append serialization.
  • add_comma - Append comma on last line of output.
  • all_data - Serialize all data properties.

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.