Struct specs::ModifiedFlag[][src]

pub struct ModifiedFlag(_);

Flag with additional type safety against which kind of operations were done.

Trait Implementations

impl Copy for ModifiedFlag
[src]

impl Clone for ModifiedFlag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ModifiedFlag
[src]

Formats the value using the given formatter. Read more

impl Eq for ModifiedFlag
[src]

impl PartialEq for ModifiedFlag
[src]

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

This method tests for !=.

impl Deref for ModifiedFlag
[src]

The resulting type after dereferencing.

Dereferences the value.

impl AsRef<Index> for ModifiedFlag
[src]

Performs the conversion.

impl From<Index> for ModifiedFlag
[src]

Performs the conversion.

Auto Trait Implementations