pub struct JsonTableSpec {
pub source: Expr,
pub root_path: String,
pub columns: Vec<JsonTableCol>,
}Fields§
§source: Expr§root_path: String§columns: Vec<JsonTableCol>Trait Implementations§
Source§impl Clone for JsonTableSpec
impl Clone for JsonTableSpec
Source§fn clone(&self) -> JsonTableSpec
fn clone(&self) -> JsonTableSpec
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 moreAuto Trait Implementations§
impl Freeze for JsonTableSpec
impl RefUnwindSafe for JsonTableSpec
impl Send for JsonTableSpec
impl Sync for JsonTableSpec
impl Unpin for JsonTableSpec
impl UnsafeUnpin for JsonTableSpec
impl UnwindSafe for JsonTableSpec
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