Struct eventstore_tcp::adapted::NotAuthenticatedMessage [] [src]

pub struct NotAuthenticatedMessage<'a>(_);

Newtype for wrapping a specific message, AdaptedMessage::NotAuthenticated

Trait Implementations

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

Formats the value using the given formatter.

impl<'a> PartialEq for NotAuthenticatedMessage<'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 NotAuthenticatedMessage<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> AsRef<str> for NotAuthenticatedMessage<'a>
[src]

Performs the conversion.

impl<'a> From<Cow<'a, str>> for NotAuthenticatedMessage<'a>
[src]

Performs the conversion.

impl<'a> Into<Cow<'a, str>> for NotAuthenticatedMessage<'a>
[src]

Performs the conversion.