Struct mop_blocks::EventMut[][src]

pub struct EventMut<'a, V: 'a> { /* fields omitted */ }

Methods

impl<'a, V> EventMut<'a, V>
[src]

impl<'a, V> EventMut<'a, V>
[src]

Trait Implementations

impl<'a, V: Debug + 'a> Debug for EventMut<'a, V>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a, V> Send for EventMut<'a, V> where
    V: Send

impl<'a, V> Sync for EventMut<'a, V> where
    V: Sync