pub enum NoPlanReasonCode {
Show 16 variants
BadEndpoint,
AuthMissing,
AuthUnsupported,
SetupMissing,
WeakOracle,
BrowserDisabled,
RuntimeUnavailable,
MissingSeedData,
StateChangingBlocked,
TargetOutOfScope,
NoExecutablePlan,
DependencyReviewOnly,
UnsupportedClass,
UnsafeProbe,
RouteNotInferred,
Other,
}Variants§
BadEndpoint
AuthMissing
AuthUnsupported
SetupMissing
WeakOracle
BrowserDisabled
MissingSeedData
StateChangingBlocked
TargetOutOfScope
NoExecutablePlan
DependencyReviewOnly
UnsupportedClass
UnsafeProbe
RouteNotInferred
Other
Implementations§
Trait Implementations§
Source§impl Clone for NoPlanReasonCode
impl Clone for NoPlanReasonCode
Source§fn clone(&self) -> NoPlanReasonCode
fn clone(&self) -> NoPlanReasonCode
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 NoPlanReasonCode
impl Debug for NoPlanReasonCode
Source§impl<'de> Deserialize<'de> for NoPlanReasonCode
impl<'de> Deserialize<'de> for NoPlanReasonCode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for NoPlanReasonCode
impl PartialEq for NoPlanReasonCode
Source§fn eq(&self, other: &NoPlanReasonCode) -> bool
fn eq(&self, other: &NoPlanReasonCode) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for NoPlanReasonCode
impl Serialize for NoPlanReasonCode
impl Copy for NoPlanReasonCode
impl Eq for NoPlanReasonCode
impl StructuralPartialEq for NoPlanReasonCode
Auto Trait Implementations§
impl Freeze for NoPlanReasonCode
impl RefUnwindSafe for NoPlanReasonCode
impl Send for NoPlanReasonCode
impl Sync for NoPlanReasonCode
impl Unpin for NoPlanReasonCode
impl UnsafeUnpin for NoPlanReasonCode
impl UnwindSafe for NoPlanReasonCode
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