pub enum InterfaceDiscoveryPlan {
Disabled,
Announce(DiscoveryAnnouncementPlan),
Unpublishable(DiscoveryPublicationProblem),
}Variants§
Trait Implementations§
Source§impl Clone for InterfaceDiscoveryPlan
impl Clone for InterfaceDiscoveryPlan
Source§fn clone(&self) -> InterfaceDiscoveryPlan
fn clone(&self) -> InterfaceDiscoveryPlan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InterfaceDiscoveryPlan
impl Debug for InterfaceDiscoveryPlan
Source§impl PartialEq for InterfaceDiscoveryPlan
impl PartialEq for InterfaceDiscoveryPlan
impl StructuralPartialEq for InterfaceDiscoveryPlan
Auto Trait Implementations§
impl Freeze for InterfaceDiscoveryPlan
impl RefUnwindSafe for InterfaceDiscoveryPlan
impl Send for InterfaceDiscoveryPlan
impl Sync for InterfaceDiscoveryPlan
impl Unpin for InterfaceDiscoveryPlan
impl UnsafeUnpin for InterfaceDiscoveryPlan
impl UnwindSafe for InterfaceDiscoveryPlan
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