Struct letterboxd::Pronoun [] [src]

pub struct Pronoun {
    pub id: String,
    pub label: String,
    pub subject_pronoun: String,
    pub object_pronoun: String,
    pub possessive_adjective: String,
    pub possessive_pronoun: String,
    pub reflexive: String,
}

Fields

The LID for this pronoun set.

A label to describe this pronoun set.

The pronoun to use when the member is the subject. "She went to the movies."

The pronoun to use when the member is the object. "I went with her to the cinema."

The adjective to use when describing a specified thing or things belonging to or associated with a member previously mentioned. "He bought his tickets."

The pronoun to use when referring to a specified thing or things belonging to or associated with a member previously mentioned. "That popcorn was hers."

The pronoun to use to refer back to the member. "He saw himself as a great director."

Trait Implementations

impl Clone for Pronoun
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Pronoun
[src]

[src]

Formats the value using the given formatter.