Struct specs::RemovedFlag[][src]

pub struct RemovedFlag(_);

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

Trait Implementations

impl Copy for RemovedFlag
[src]

impl Clone for RemovedFlag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RemovedFlag
[src]

Formats the value using the given formatter. Read more

impl Eq for RemovedFlag
[src]

impl PartialEq for RemovedFlag
[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 RemovedFlag
[src]

The resulting type after dereferencing.

Dereferences the value.

impl AsRef<Index> for RemovedFlag
[src]

Performs the conversion.

impl From<Index> for RemovedFlag
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for RemovedFlag

impl Sync for RemovedFlag