pub struct SftRecord {
pub id: String,
pub instruction: String,
pub input: String,
pub output: String,
pub meta: EpisodeMeta,
pub license: String,
pub consent: EpisodeConsent,
}Fields§
§id: String§instruction: String§input: String§output: String§meta: EpisodeMeta§license: String§consent: EpisodeConsentTrait Implementations§
Source§impl<'de> Deserialize<'de> for SftRecord
impl<'de> Deserialize<'de> for SftRecord
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
Auto Trait Implementations§
impl Freeze for SftRecord
impl RefUnwindSafe for SftRecord
impl Send for SftRecord
impl Sync for SftRecord
impl Unpin for SftRecord
impl UnsafeUnpin for SftRecord
impl UnwindSafe for SftRecord
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