Enum sn_messaging::MessageType [−][src]
pub enum MessageType {
Ping,
SectionInfo(Message),
ClientMessage(Message),
NodeMessage(NodeMessage),
}Type of message. Note this is part of this crate’s public API but this enum is never serialised or even part of the message that is sent over the wire.
Variants
SectionInfo(Message)ClientMessage(Message)NodeMessage(NodeMessage)Implementations
impl MessageType[src]
impl MessageType[src]Trait Implementations
impl Debug for MessageType[src]
impl Debug for MessageType[src]impl PartialEq<MessageType> for MessageType[src]
impl PartialEq<MessageType> for MessageType[src]fn eq(&self, other: &MessageType) -> bool[src]
fn eq(&self, other: &MessageType) -> bool[src]This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &MessageType) -> bool[src]
fn ne(&self, other: &MessageType) -> bool[src]This method tests for !=.
impl StructuralPartialEq for MessageType[src]
Auto Trait Implementations
impl RefUnwindSafe for MessageType
impl Send for MessageType
impl Sync for MessageType
impl Unpin for MessageType
impl UnwindSafe for MessageType
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
type Output = TShould always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,