Struct domain::bits::name::StripSuffixError[][src]

pub struct StripSuffixError;

An attempt was made to strip a suffix that wasn’t actually a suffix.

Trait Implementations

impl Clone for StripSuffixError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for StripSuffixError
[src]

impl Eq for StripSuffixError
[src]

impl PartialEq for StripSuffixError
[src]

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

This method tests for !=.

impl Error for StripSuffixError
[src]

This method is soft-deprecated. Read more

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

impl Debug for StripSuffixError
[src]

Formats the value using the given formatter. Read more

impl Display for StripSuffixError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations