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