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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for InsertedFlag
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for InsertedFlag
[src]

impl PartialEq for InsertedFlag
[src]

[src]

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

[src]

This method tests for !=.

impl Deref for InsertedFlag
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl AsRef<Index> for InsertedFlag
[src]

[src]

Performs the conversion.

impl From<Index> for InsertedFlag
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for InsertedFlag

impl Sync for InsertedFlag