pub struct LearnedSchema {
pub required_properties: HashMap<String, LearnedType>,
}Fields§
§required_properties: HashMap<String, LearnedType>Trait Implementations§
Source§impl Clone for LearnedSchema
impl Clone for LearnedSchema
Source§fn clone(&self) -> LearnedSchema
fn clone(&self) -> LearnedSchema
Returns a duplicate 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 LearnedSchema
impl Debug for LearnedSchema
Source§impl Default for LearnedSchema
impl Default for LearnedSchema
Source§fn default() -> LearnedSchema
fn default() -> LearnedSchema
Returns the “default value” for a type. Read more
Source§impl PartialEq for LearnedSchema
impl PartialEq for LearnedSchema
impl Eq for LearnedSchema
impl StructuralPartialEq for LearnedSchema
Auto Trait Implementations§
impl Freeze for LearnedSchema
impl RefUnwindSafe for LearnedSchema
impl Send for LearnedSchema
impl Sync for LearnedSchema
impl Unpin for LearnedSchema
impl UnsafeUnpin for LearnedSchema
impl UnwindSafe for LearnedSchema
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