pub enum FunctionCallOptionsNodeType {
FunctionCallOptions,
}
Expand description
FunctionCallOptionsNodeType
JSON schema
{
"enum": [
"FunctionCallOptions"
]
}
Variants§
FunctionCallOptions
Trait Implementations§
Source§impl Clone for FunctionCallOptionsNodeType
impl Clone for FunctionCallOptionsNodeType
Source§fn clone(&self) -> FunctionCallOptionsNodeType
fn clone(&self) -> FunctionCallOptionsNodeType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FunctionCallOptionsNodeType
impl Debug for FunctionCallOptionsNodeType
Source§impl<'de> Deserialize<'de> for FunctionCallOptionsNodeType
impl<'de> Deserialize<'de> for FunctionCallOptionsNodeType
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 From<&FunctionCallOptionsNodeType> for FunctionCallOptionsNodeType
impl From<&FunctionCallOptionsNodeType> for FunctionCallOptionsNodeType
Source§fn from(value: &FunctionCallOptionsNodeType) -> Self
fn from(value: &FunctionCallOptionsNodeType) -> Self
Converts to this type from the input type.
Source§impl Hash for FunctionCallOptionsNodeType
impl Hash for FunctionCallOptionsNodeType
Source§impl Ord for FunctionCallOptionsNodeType
impl Ord for FunctionCallOptionsNodeType
Source§fn cmp(&self, other: &FunctionCallOptionsNodeType) -> Ordering
fn cmp(&self, other: &FunctionCallOptionsNodeType) -> Ordering
1.21.0 · 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 FunctionCallOptionsNodeType
impl PartialOrd for FunctionCallOptionsNodeType
Source§impl TryFrom<&String> for FunctionCallOptionsNodeType
impl TryFrom<&String> for FunctionCallOptionsNodeType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for FunctionCallOptionsNodeType
impl TryFrom<&str> for FunctionCallOptionsNodeType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for FunctionCallOptionsNodeType
impl TryFrom<String> for FunctionCallOptionsNodeType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
impl Copy for FunctionCallOptionsNodeType
impl Eq for FunctionCallOptionsNodeType
impl StructuralPartialEq for FunctionCallOptionsNodeType
Auto Trait Implementations§
impl Freeze for FunctionCallOptionsNodeType
impl RefUnwindSafe for FunctionCallOptionsNodeType
impl Send for FunctionCallOptionsNodeType
impl Sync for FunctionCallOptionsNodeType
impl Unpin for FunctionCallOptionsNodeType
impl UnwindSafe for FunctionCallOptionsNodeType
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