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