Struct rgs_models::Country [] [src]

pub struct Country(_);

Methods from Deref<Target = Country>

Trait Implementations

impl Clone for Country
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Country
[src]

Formats the value using the given formatter.

impl PartialEq for Country
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Country
[src]

impl Deref for Country
[src]

The resulting type after dereferencing

The method called to dereference a value

impl Default for Country
[src]

Returns the "default value" for a type. Read more

impl Serialize for Country
[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for Country
[src]

Deserialize this value from the given Serde deserializer. Read more