Struct specs::InsertedFlag[][src]

pub struct InsertedFlag(_);

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

Trait Implementations

impl Copy for InsertedFlag
[src]

impl Clone for InsertedFlag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InsertedFlag
[src]

Formats the value using the given formatter. Read more

impl Eq for InsertedFlag
[src]

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

The resulting type after dereferencing.

Dereferences the value.

impl AsRef<Index> for InsertedFlag
[src]

Performs the conversion.

impl From<Index> for InsertedFlag
[src]

Performs the conversion.

Auto Trait Implementations