Enum qaul_info::QaulInfoEvent
source · [−]pub enum QaulInfoEvent {
Message(QaulInfoReceived),
}
Expand description
Event that can happen on the qaul_info behaviour.
Variants
Message(QaulInfoReceived)
A message has been received.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for QaulInfoEvent
impl Send for QaulInfoEvent
impl Sync for QaulInfoEvent
impl Unpin for QaulInfoEvent
impl UnwindSafe for QaulInfoEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more