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