pub struct AnnotationRequest {
pub prompt: String,
pub model: String,
pub media: Media,
pub operation_id: Uuid,
pub parent_operation_id: Option<Uuid>,
}Fields§
§prompt: String§model: String§media: Media§operation_id: Uuid§parent_operation_id: Option<Uuid>Trait Implementations§
Source§impl Clone for AnnotationRequest
impl Clone for AnnotationRequest
Source§fn clone(&self) -> AnnotationRequest
fn clone(&self) -> AnnotationRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AnnotationRequest
impl Debug for AnnotationRequest
impl Eq for AnnotationRequest
Source§impl PartialEq for AnnotationRequest
impl PartialEq for AnnotationRequest
impl StructuralPartialEq for AnnotationRequest
Auto Trait Implementations§
impl Freeze for AnnotationRequest
impl RefUnwindSafe for AnnotationRequest
impl Send for AnnotationRequest
impl Sync for AnnotationRequest
impl Unpin for AnnotationRequest
impl UnsafeUnpin for AnnotationRequest
impl UnwindSafe for AnnotationRequest
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.