Struct vec1::Size0Error[][src]

pub struct Size0Error;

Error returned by operations which would cause Vec1 to have a len of 0

Trait Implementations

impl Debug for Size0Error
[src]

Formats the value using the given formatter. Read more

impl Hash for Size0Error
[src]

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

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

impl Eq for Size0Error
[src]

impl PartialEq for Size0Error
[src]

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

This method tests for !=.

impl Copy for Size0Error
[src]

impl Clone for Size0Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Size0Error
[src]

Formats the value using the given formatter. Read more

impl StdError for Size0Error
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

Auto Trait Implementations

impl Send for Size0Error

impl Sync for Size0Error