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