Enum orm::meta::Fetch [] [src]

pub enum Fetch {
    Lazy,
    Eager,
}

Variants

Trait Implementations

impl Debug for Fetch
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Fetch
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Fetch
[src]

impl PartialEq for Fetch
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Decodable for Fetch
[src]

[src]

Deserialize a value using a Decoder.

impl Encodable for Fetch
[src]

[src]

Serialize a value using an Encoder.

Auto Trait Implementations

impl Send for Fetch

impl Sync for Fetch