pub enum DeployDeployAppPerishReasonChoices {
UserPendingVerification,
UserRequested,
AppUnclaimed,
}Variants§
Trait Implementations§
Source§impl Clone for DeployDeployAppPerishReasonChoices
impl Clone for DeployDeployAppPerishReasonChoices
Source§fn clone(&self) -> DeployDeployAppPerishReasonChoices
fn clone(&self) -> DeployDeployAppPerishReasonChoices
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for DeployDeployAppPerishReasonChoices
impl<'de> Deserialize<'de> for DeployDeployAppPerishReasonChoices
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 Enum for DeployDeployAppPerishReasonChoices
impl Enum for DeployDeployAppPerishReasonChoices
Source§type SchemaType = DeployDeployAppPerishReasonChoices
type SchemaType = DeployDeployAppPerishReasonChoices
The enum in the schema that this type represents.
impl CoercesTo<DeployDeployAppPerishReasonChoices> for DeployDeployAppPerishReasonChoices
impl CoercesTo<Option<DeployDeployAppPerishReasonChoices>> for DeployDeployAppPerishReasonChoices
impl CoercesTo<Option<Option<DeployDeployAppPerishReasonChoices>>> for DeployDeployAppPerishReasonChoices
impl CoercesTo<Option<Vec<DeployDeployAppPerishReasonChoices>>> for DeployDeployAppPerishReasonChoices
impl CoercesTo<Option<Vec<Option<DeployDeployAppPerishReasonChoices>>>> for DeployDeployAppPerishReasonChoices
impl CoercesTo<Vec<DeployDeployAppPerishReasonChoices>> for DeployDeployAppPerishReasonChoices
impl CoercesTo<Vec<Vec<DeployDeployAppPerishReasonChoices>>> for DeployDeployAppPerishReasonChoices
impl Copy for DeployDeployAppPerishReasonChoices
Auto Trait Implementations§
impl Freeze for DeployDeployAppPerishReasonChoices
impl RefUnwindSafe for DeployDeployAppPerishReasonChoices
impl Send for DeployDeployAppPerishReasonChoices
impl Sync for DeployDeployAppPerishReasonChoices
impl Unpin for DeployDeployAppPerishReasonChoices
impl UnwindSafe for DeployDeployAppPerishReasonChoices
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Returns the layout of the type.
§impl<T, N1, N2> Niching<NichedOption<T, N1>> for N2where
T: SharedNiching<N1, N2>,
N1: Niching<T>,
N2: Niching<T>,
impl<T, N1, N2> Niching<NichedOption<T, N1>> for N2where
T: SharedNiching<N1, N2>,
N1: Niching<T>,
N2: Niching<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> Pointee for T
impl<T> Pointee for T
§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
§impl<T> ServiceExt for T
impl<T> ServiceExt for T
§fn decompression(self) -> Decompression<Self>where
Self: Sized,
fn decompression(self) -> Decompression<Self>where
Self: Sized,
Decompress response bodies. Read more
§fn trace_for_http(self) -> Trace<Self, SharedClassifier<ServerErrorsAsFailures>>where
Self: Sized,
fn trace_for_http(self) -> Trace<Self, SharedClassifier<ServerErrorsAsFailures>>where
Self: Sized,
High level tracing that classifies responses using HTTP status codes. Read more
§fn trace_for_grpc(self) -> Trace<Self, SharedClassifier<GrpcErrorsAsFailures>>where
Self: Sized,
fn trace_for_grpc(self) -> Trace<Self, SharedClassifier<GrpcErrorsAsFailures>>where
Self: Sized,
High level tracing that classifies responses using gRPC headers. Read more
§fn follow_redirects(self) -> FollowRedirect<Self>where
Self: Sized,
fn follow_redirects(self) -> FollowRedirect<Self>where
Self: Sized,
§fn catch_panic(self) -> CatchPanic<Self, DefaultResponseForPanic>where
Self: Sized,
fn catch_panic(self) -> CatchPanic<Self, DefaultResponseForPanic>where
Self: Sized,
Catch panics and convert them into
500 Internal Server responses. Read more