pub struct OutputSchema {
pub name: String,
pub fields: Vec<FieldDef>,
pub markers: Option<HashMap<String, String>>,
}Fields§
§name: String§fields: Vec<FieldDef>§markers: Option<HashMap<String, String>>Trait Implementations§
Source§impl Clone for OutputSchema
impl Clone for OutputSchema
Source§fn clone(&self) -> OutputSchema
fn clone(&self) -> OutputSchema
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 OutputSchema
impl RefUnwindSafe for OutputSchema
impl Send for OutputSchema
impl Sync for OutputSchema
impl Unpin for OutputSchema
impl UnsafeUnpin for OutputSchema
impl UnwindSafe for OutputSchema
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