pub enum FunctionCallOutputStatus {
InProgress,
Completed,
Incomplete,
}Variants§
Trait Implementations§
Source§impl Clone for FunctionCallOutputStatus
impl Clone for FunctionCallOutputStatus
Source§fn clone(&self) -> FunctionCallOutputStatus
fn clone(&self) -> FunctionCallOutputStatus
Returns a duplicate 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 FunctionCallOutputStatus
impl Debug for FunctionCallOutputStatus
Source§impl<'de> Deserialize<'de> for FunctionCallOutputStatus
impl<'de> Deserialize<'de> for FunctionCallOutputStatus
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 PartialEq for FunctionCallOutputStatus
impl PartialEq for FunctionCallOutputStatus
Source§impl Serialize for FunctionCallOutputStatus
impl Serialize for FunctionCallOutputStatus
impl StructuralPartialEq for FunctionCallOutputStatus
Auto Trait Implementations§
impl Freeze for FunctionCallOutputStatus
impl RefUnwindSafe for FunctionCallOutputStatus
impl Send for FunctionCallOutputStatus
impl Sync for FunctionCallOutputStatus
impl Unpin for FunctionCallOutputStatus
impl UnwindSafe for FunctionCallOutputStatus
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