pub struct EvalJsonlFileIdSource {
pub type: String,
pub id: String,
}
Fields§
§type: String
The type of jsonl source.
id: String
The identifier of the file.
Trait Implementations§
Source§impl Clone for EvalJsonlFileIdSource
impl Clone for EvalJsonlFileIdSource
Source§fn clone(&self) -> EvalJsonlFileIdSource
fn clone(&self) -> EvalJsonlFileIdSource
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 EvalJsonlFileIdSource
impl Debug for EvalJsonlFileIdSource
Source§impl Default for EvalJsonlFileIdSource
impl Default for EvalJsonlFileIdSource
Source§fn default() -> EvalJsonlFileIdSource
fn default() -> EvalJsonlFileIdSource
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EvalJsonlFileIdSource
impl RefUnwindSafe for EvalJsonlFileIdSource
impl Send for EvalJsonlFileIdSource
impl Sync for EvalJsonlFileIdSource
impl Unpin for EvalJsonlFileIdSource
impl UnwindSafe for EvalJsonlFileIdSource
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