pub enum DiscoveryNotApplicable {
Disabled,
PathResponse,
DifferentAspect,
}Variants§
Trait Implementations§
Source§impl Clone for DiscoveryNotApplicable
impl Clone for DiscoveryNotApplicable
Source§fn clone(&self) -> DiscoveryNotApplicable
fn clone(&self) -> DiscoveryNotApplicable
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 moreimpl Copy for DiscoveryNotApplicable
Source§impl Debug for DiscoveryNotApplicable
impl Debug for DiscoveryNotApplicable
impl Eq for DiscoveryNotApplicable
Source§impl PartialEq for DiscoveryNotApplicable
impl PartialEq for DiscoveryNotApplicable
impl StructuralPartialEq for DiscoveryNotApplicable
Auto Trait Implementations§
impl Freeze for DiscoveryNotApplicable
impl RefUnwindSafe for DiscoveryNotApplicable
impl Send for DiscoveryNotApplicable
impl Sync for DiscoveryNotApplicable
impl Unpin for DiscoveryNotApplicable
impl UnsafeUnpin for DiscoveryNotApplicable
impl UnwindSafe for DiscoveryNotApplicable
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