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

pub struct PushError;

An error happened while adding data to a CharStrBuf.

The only error possible is that the resulting character string would have exceeded the length limit of 255 octets.

Trait Implementations

impl From<PushError> for FromStrError
[src]

Performs the conversion.

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 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