Struct qecs_core::Valid [] [src]

pub struct Valid<'id, ID: Id> { /* fields omitted */ }

Indicates that an id is valid and can be used to safely access an entity.

Methods

impl<'id, ID: Id> Valid<'id, ID>
[src]

Trait Implementations

impl<'id, ID: Hash + Id> Hash for Valid<'id, ID>
[src]

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

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

impl<'id, ID: Clone + Id> Clone for Valid<'id, ID>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'id, ID: Copy + Id> Copy for Valid<'id, ID>
[src]

impl<'id, ID: PartialOrd + Id> PartialOrd for Valid<'id, ID>
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl<'id, ID: Ord + Id> Ord for Valid<'id, ID>
[src]

This method returns an Ordering between self and other. Read more

impl<'id, ID: PartialEq + Id> PartialEq for Valid<'id, ID>
[src]

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

This method tests for !=.

impl<'id, ID: Eq + Id> Eq for Valid<'id, ID>
[src]

impl<'id, ID: Id> Debug for Valid<'id, ID>
[src]

Formats the value using the given formatter.

impl<'id, ID: Id> Borrow<ID> for Valid<'id, ID>
[src]

Immutably borrows from an owned value. Read more

impl<'id, ID: Id> Deref for Valid<'id, ID>
[src]

The resulting type after dereferencing

The method called to dereference a value