pub struct EvalJsonlFileContentSource_Content {
pub item: EvalJsonlFileContentSource_Content_Item,
pub sample: Option<EvalJsonlFileContentSource_Content_Sample>,
}
Fields§
§item: EvalJsonlFileContentSource_Content_Item
§sample: Option<EvalJsonlFileContentSource_Content_Sample>
Trait Implementations§
Source§impl Clone for EvalJsonlFileContentSource_Content
impl Clone for EvalJsonlFileContentSource_Content
Source§fn clone(&self) -> EvalJsonlFileContentSource_Content
fn clone(&self) -> EvalJsonlFileContentSource_Content
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 Default for EvalJsonlFileContentSource_Content
impl Default for EvalJsonlFileContentSource_Content
Source§fn default() -> EvalJsonlFileContentSource_Content
fn default() -> EvalJsonlFileContentSource_Content
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EvalJsonlFileContentSource_Content
impl RefUnwindSafe for EvalJsonlFileContentSource_Content
impl Send for EvalJsonlFileContentSource_Content
impl Sync for EvalJsonlFileContentSource_Content
impl Unpin for EvalJsonlFileContentSource_Content
impl UnwindSafe for EvalJsonlFileContentSource_Content
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