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