Struct async_openai::types::FineTuneEvent
source · pub struct FineTuneEvent {
pub object: String,
pub created_at: u32,
pub level: String,
pub message: String,
}
Fields§
§object: String
§created_at: u32
§level: String
§message: String
Trait Implementations§
source§impl Clone for FineTuneEvent
impl Clone for FineTuneEvent
source§fn clone(&self) -> FineTuneEvent
fn clone(&self) -> FineTuneEvent
Returns a copy 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 FineTuneEvent
impl Debug for FineTuneEvent
source§impl<'de> Deserialize<'de> for FineTuneEvent
impl<'de> Deserialize<'de> for FineTuneEvent
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<FineTuneEvent> for FineTuneEvent
impl PartialEq<FineTuneEvent> for FineTuneEvent
source§fn eq(&self, other: &FineTuneEvent) -> bool
fn eq(&self, other: &FineTuneEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for FineTuneEvent
impl Serialize for FineTuneEvent
impl StructuralPartialEq for FineTuneEvent
Auto Trait Implementations§
impl RefUnwindSafe for FineTuneEvent
impl Send for FineTuneEvent
impl Sync for FineTuneEvent
impl Unpin for FineTuneEvent
impl UnwindSafe for FineTuneEvent
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