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