Crate fractal_dto [] [src]

This crate contains the data type objects for Fractal Global. It contains the objects sent to the fractal api.

Using it is as simple as including this in the crate:

extern crate fractal_dto;

Structs

AccessTokenDTO

AccessToken Data type object

ClientInfoDTO

Struct with the developer client information

ConfirmPendingConnectionDTO

Struct to a confirm pending connection

CreateClientDTO

Struct for creating a fractal developer

FractalConnectionDTO

Struct for a fractal connection

FromDTOError

From DTO Error

GenerateTransactionDTO

Struct used to generate a transaction

LoginDTO

The login date type object

NewPasswordDTO

The new password data type object

PublicKeysDTO

Holds both public and signing keys encoded in base64

RegisterDTO

Struct for for signup verification

ResetPasswordDTO

Struct to reset the users password

ResponseDTO

Response Data type object

UpdateUserDTO

Struct used to update user information

UserDTO

The user date type object

Enums

ScopeDTO

Enum that represents

TokenTypeDTO

Token type data type object (currently only using bearer)

Traits

DTO

The dto trate to make it Encodeable and Decodable into fractal objects

FromDTO

creates an object from a dto