pub(crate) enum ProteusMessage {
Plain(ProteusCipherMessage),
Keyed(ProteusPrekeyMessage),
}
Variants§
Plain(ProteusCipherMessage)
Keyed(ProteusPrekeyMessage)
Trait Implementations§
Source§impl Debug for ProteusMessage
impl Debug for ProteusMessage
Auto Trait Implementations§
impl Freeze for ProteusMessage
impl RefUnwindSafe for ProteusMessage
impl Send for ProteusMessage
impl Sync for ProteusMessage
impl Unpin for ProteusMessage
impl UnwindSafe for ProteusMessage
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more