pub enum DiscoveryCoordinatorOutput {
Event(DiscoveryCoordinatorEvent),
Action(DiscoveryCoordinatorAction),
}Variants§
Event(DiscoveryCoordinatorEvent)
Action(DiscoveryCoordinatorAction)
Trait Implementations§
Source§impl Debug for DiscoveryCoordinatorOutput
impl Debug for DiscoveryCoordinatorOutput
impl StructuralPartialEq for DiscoveryCoordinatorOutput
Auto Trait Implementations§
impl Freeze for DiscoveryCoordinatorOutput
impl RefUnwindSafe for DiscoveryCoordinatorOutput
impl Send for DiscoveryCoordinatorOutput
impl Sync for DiscoveryCoordinatorOutput
impl Unpin for DiscoveryCoordinatorOutput
impl UnsafeUnpin for DiscoveryCoordinatorOutput
impl UnwindSafe for DiscoveryCoordinatorOutput
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