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