pub struct GeneratedSchema {
pub schema: Value,
pub subchart_value_prefixes: Vec<Vec<String>>,
}Expand description
Final schema and subchart metadata after optional generation transforms.
Fields§
§schema: ValueFinal generated JSON Schema.
subchart_value_prefixes: Vec<Vec<String>>Values prefixes owned by discovered subcharts.
Trait Implementations§
Source§impl Clone for GeneratedSchema
impl Clone for GeneratedSchema
Source§fn clone(&self) -> GeneratedSchema
fn clone(&self) -> GeneratedSchema
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 GeneratedSchema
impl RefUnwindSafe for GeneratedSchema
impl Send for GeneratedSchema
impl Sync for GeneratedSchema
impl Unpin for GeneratedSchema
impl UnsafeUnpin for GeneratedSchema
impl UnwindSafe for GeneratedSchema
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