pub enum TestnetBehaviourEvent {
Fsub(FloodsubEvent),
Mdns(MdnsEvent),
}
Variants
Fsub(FloodsubEvent)
Mdns(MdnsEvent)
Trait Implementations
sourceimpl From<FloodsubEvent> for TestnetBehaviourEvent
impl From<FloodsubEvent> for TestnetBehaviourEvent
sourceimpl From<MdnsEvent> for TestnetBehaviourEvent
impl From<MdnsEvent> for TestnetBehaviourEvent
Auto Trait Implementations
impl RefUnwindSafe for TestnetBehaviourEvent
impl Send for TestnetBehaviourEvent
impl Sync for TestnetBehaviourEvent
impl Unpin for TestnetBehaviourEvent
impl UnwindSafe for TestnetBehaviourEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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