Enum ethcore::client::ChainMessageType
source · [−]Expand description
Messages to broadcast via chain
Variants
Consensus(Vec<u8>)
Consensus message
Auto Trait Implementations
impl RefUnwindSafe for ChainMessageType
impl Send for ChainMessageType
impl Sync for ChainMessageType
impl Unpin for ChainMessageType
impl UnwindSafe for ChainMessageType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more