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]
impl<'a> PartialEq for NotAuthenticatedMessage<'a>
[src]
fn eq(&self, __arg_0: &NotAuthenticatedMessage<'a>) -> bool
[−]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &NotAuthenticatedMessage<'a>) -> bool
[−]
This method tests for !=
.
impl<'a> Clone for NotAuthenticatedMessage<'a>
[src]
fn clone(&self) -> NotAuthenticatedMessage<'a>
[−]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[−]
Performs copy-assignment from source
. Read more
impl<'a> AsRef<str> for NotAuthenticatedMessage<'a>
[src]
impl<'a> From<Cow<'a, str>> for NotAuthenticatedMessage<'a>
[src]
fn from(s: Cow<'a, str>) -> NotAuthenticatedMessage<'a>
[−]
Performs the conversion.