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

pub struct PushError;

An error happened while trying to append content to an owned domain name.

The only error that can happen is that by appending something the name would exceed the size limit of 255 octets.

Trait Implementations

impl Clone for PushError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PushError
[src]

impl Eq for PushError
[src]

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

This method is soft-deprecated. Read more

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

impl Debug for PushError
[src]

Formats the value using the given formatter. Read more

impl Display for PushError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PushError

impl Sync for PushError