Enum kailua_langsvr_protocol::FileChangeType [] [src]

pub enum FileChangeType {
    Created,
    Changed,
    Deleted,
}

Variants

Trait Implementations

impl Clone for FileChangeType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FileChangeType
[src]

impl Debug for FileChangeType
[src]

Formats the value using the given formatter.

impl Eq for FileChangeType
[src]

impl PartialEq for FileChangeType
[src]

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

This method tests for !=.

impl Hash for FileChangeType
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Serialize for FileChangeType
[src]

Serialize this value into the given Serde serializer. Read more

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

Deserialize this value from the given Serde deserializer. Read more