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