pub enum JobStatusPrefer {
RespondAsync,
}Expand description
JobStatusPrefer
JSON schema
{
"type": "string",
"enum": [
"respond-async"
]
}Variants§
RespondAsync
Trait Implementations§
Source§impl Clone for JobStatusPrefer
impl Clone for JobStatusPrefer
Source§fn clone(&self) -> JobStatusPrefer
fn clone(&self) -> JobStatusPrefer
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 JobStatusPrefer
Source§impl Debug for JobStatusPrefer
impl Debug for JobStatusPrefer
Source§impl<'de> Deserialize<'de> for JobStatusPrefer
impl<'de> Deserialize<'de> for JobStatusPrefer
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 Display for JobStatusPrefer
impl Display for JobStatusPrefer
impl Eq for JobStatusPrefer
Source§impl From<&JobStatusPrefer> for JobStatusPrefer
impl From<&JobStatusPrefer> for JobStatusPrefer
Source§fn from(value: &JobStatusPrefer) -> Self
fn from(value: &JobStatusPrefer) -> Self
Converts to this type from the input type.
Source§impl FromStr for JobStatusPrefer
impl FromStr for JobStatusPrefer
Source§impl Hash for JobStatusPrefer
impl Hash for JobStatusPrefer
Source§impl Ord for JobStatusPrefer
impl Ord for JobStatusPrefer
Source§fn cmp(&self, other: &JobStatusPrefer) -> Ordering
fn cmp(&self, other: &JobStatusPrefer) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for JobStatusPrefer
impl PartialEq for JobStatusPrefer
Source§impl PartialOrd for JobStatusPrefer
impl PartialOrd for JobStatusPrefer
Source§impl Serialize for JobStatusPrefer
impl Serialize for JobStatusPrefer
impl StructuralPartialEq for JobStatusPrefer
Source§impl TryFrom<&String> for JobStatusPrefer
impl TryFrom<&String> for JobStatusPrefer
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for JobStatusPrefer
impl TryFrom<&str> for JobStatusPrefer
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for JobStatusPrefer
impl TryFrom<String> for JobStatusPrefer
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for JobStatusPrefer
impl RefUnwindSafe for JobStatusPrefer
impl Send for JobStatusPrefer
impl Sync for JobStatusPrefer
impl Unpin for JobStatusPrefer
impl UnsafeUnpin for JobStatusPrefer
impl UnwindSafe for JobStatusPrefer
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