pub enum ApplyPatchCallStatus {
InProgress,
Completed,
}Available on crate feature
response-types only.Expand description
Status values reported for apply_patch tool calls.
Variants§
Trait Implementations§
Source§impl Clone for ApplyPatchCallStatus
impl Clone for ApplyPatchCallStatus
Source§fn clone(&self) -> ApplyPatchCallStatus
fn clone(&self) -> ApplyPatchCallStatus
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 ApplyPatchCallStatus
impl Debug for ApplyPatchCallStatus
Source§impl<'de> Deserialize<'de> for ApplyPatchCallStatus
impl<'de> Deserialize<'de> for ApplyPatchCallStatus
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 ApplyPatchCallStatus
impl PartialEq for ApplyPatchCallStatus
Source§impl Serialize for ApplyPatchCallStatus
impl Serialize for ApplyPatchCallStatus
impl Copy for ApplyPatchCallStatus
impl StructuralPartialEq for ApplyPatchCallStatus
Auto Trait Implementations§
impl Freeze for ApplyPatchCallStatus
impl RefUnwindSafe for ApplyPatchCallStatus
impl Send for ApplyPatchCallStatus
impl Sync for ApplyPatchCallStatus
impl Unpin for ApplyPatchCallStatus
impl UnwindSafe for ApplyPatchCallStatus
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