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