Struct fractal_dto::v1::ResponseDTO [] [src]

pub struct ResponseDTO {
    pub message: String,
}

Response Data Transfer Object

Fields

The message

Methods

impl ResponseDTO
[src]

creates a new response dto

Sets the message of the response

Trait Implementations

impl Debug for ResponseDTO
[src]

Formats the value using the given formatter.

impl Clone for ResponseDTO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Decodable for ResponseDTO
[src]

Deserialize a value using a Decoder.

impl Encodable for ResponseDTO
[src]

Serialize a value using an Encoder.

impl DTO for ResponseDTO
[src]