Struct eventstore_tcp::raw::BadRequestPayload [] [src]

pub struct BadRequestPayload<'a>(_);

Newtype for an arbitary BadRequest "info", which could be UTF8 string.

Trait Implementations

impl<'a> Debug for BadRequestPayload<'a>
[src]

Formats the value using the given formatter.

impl<'a> PartialEq for BadRequestPayload<'a>
[src]

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

This method tests for !=.

impl<'a> Clone for BadRequestPayload<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> AsRef<[u8]> for BadRequestPayload<'a>
[src]

Performs the conversion.

impl<'a> From<Cow<'a, [u8]>> for BadRequestPayload<'a>
[src]

Performs the conversion.

impl<'a> Into<Cow<'a, [u8]>> for BadRequestPayload<'a>
[src]

Performs the conversion.