Enum nakadion::api_client::ReadFrom [] [src]

pub enum ReadFrom {
    Begin,
    End,
}

Variants

Trait Implementations

impl Debug for ReadFrom
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ReadFrom
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Serialize for ReadFrom
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl Send for ReadFrom

impl Sync for ReadFrom