pub enum FileInputDetail {
Low,
High,
}Available on crate feature
response-types only.Expand description
The detail level of a file input sent to the model.
Variants§
Trait Implementations§
Source§impl Clone for FileInputDetail
impl Clone for FileInputDetail
Source§fn clone(&self) -> FileInputDetail
fn clone(&self) -> FileInputDetail
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 FileInputDetail
impl Debug for FileInputDetail
Source§impl<'de> Deserialize<'de> for FileInputDetail
impl<'de> Deserialize<'de> for FileInputDetail
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 FileInputDetail
impl PartialEq for FileInputDetail
Source§impl Serialize for FileInputDetail
impl Serialize for FileInputDetail
impl Copy for FileInputDetail
impl StructuralPartialEq for FileInputDetail
Auto Trait Implementations§
impl Freeze for FileInputDetail
impl RefUnwindSafe for FileInputDetail
impl Send for FileInputDetail
impl Sync for FileInputDetail
impl Unpin for FileInputDetail
impl UnsafeUnpin for FileInputDetail
impl UnwindSafe for FileInputDetail
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