pub enum DiscoveryCoordinatorAction {
Attach(DiscoveredConnectionPlan),
Detach {
interface: InterfaceId,
},
}Variants§
Trait Implementations§
Source§impl Debug for DiscoveryCoordinatorAction
impl Debug for DiscoveryCoordinatorAction
impl StructuralPartialEq for DiscoveryCoordinatorAction
Auto Trait Implementations§
impl Freeze for DiscoveryCoordinatorAction
impl RefUnwindSafe for DiscoveryCoordinatorAction
impl Send for DiscoveryCoordinatorAction
impl Sync for DiscoveryCoordinatorAction
impl Unpin for DiscoveryCoordinatorAction
impl UnsafeUnpin for DiscoveryCoordinatorAction
impl UnwindSafe for DiscoveryCoordinatorAction
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